Most advanced computer users will still need to use command prompt or DOS. Mest avancerade datoranvändare kommer fortfarande att behöva använda kommandotolken eller DOS. Like me, there are some things that I still prefer to do it in command prompt. Som jag, finns det vissa saker som jag fortfarande föredrar att göra det i Kommandotolken. Some tasks are automated with batch scripts which I write myself. Vissa uppgifter är automatiserad med parti skript som jag skriver själv. One of very annoying thing is typing the long file or folder names in command prompt. En mycket irriterande sak är att skriva lång fil eller mappnamn i befalla snabb. It takes slightly longer to type the long file/folder name and then the worst thing is when I get it wrong which will result me in getting the message “ The system cannot find the path specified “. Det tar lite längre tid att skriva långa Fil-/mappnamnet och sedan det värsta är när jag får det fel som kommer att leda mig får meddelandet "Det går inte att hitta sökvägen specificerad". Then the second time I will have to type it carefully to avoid typos. Sedan andra gången jag måste skriva det försiktigt för att undvika skrivfel. Really a waste of time… Verkligen ett slöseri med tid ...

Without a doubt that most common mistype folder name in command prompt is “Documents and Settings”. Utan tvekan att de vanligaste skriva fel mappnamnet i kommandotolken "Documents and Settings". Starting from Windows 2000, you can avoid typing the wrong file/folder names because you can hit the “ TAB ” key and it will auto complete the word. Från Windows 2000, kan du undvika att skriva fel fil / mapp namn eftersom du kan slå på "TAB"-knappen och det kommer att komplettera automatiskt ordet.
Komplettera automatiskt i DOS eller Kommandotolken
Here's an example of how auto-complete works in command prompt. Här är ett exempel på hur Komplettera automatiskt fungerar i kommandotolken.

If you are at C:\ and type in: Om du är på C: \ och skriv in:

C:\>cd doc C: \> cd doc
Autocomplete

And then press the TAB key, Windows will automatically type in C:\cd “Documents and Settings” Och tryck sedan på TABB, kommer Windows automatiskt skriver in C: \ cd "Documents and Settings"
Autocomplete

The folders will switch by pressing the Tab key several times. Mapparna växlar genom att trycka på Tab-tangenten flera gånger. This will work in Windows XP and Vista by default. Detta fungerar i Windows XP och Vista som standard. As for Windows 2000, you'll need to modify the registry. När det gäller Windows 2000, måste du ändra registret.

1. 1. Go to Start and then click Run. Gå till Start och sedan på Kör.
2. 2. Type regedit and click OK. Skriv regedit och klicka på OK.
3. 3. Navigate to: Navigera till:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Command Processor
4. 4. At the right pane of Registry Editor, look for CompletionChar and PathCompletionChar . På den högra rutan i Registereditorn, leta efter CompletionChar och PathCompletionChar.
5. 5. Double click the name and change the value to 9 . Dubbelklicka på namnet och ändra värdet till 9.
undvika långa mapp och filnamn i DOS

I think that this is an easy and good tip for me to share with you all Jag tror att detta är ett enkelt och bra tips för mig att dela med er alla :)

Technorati Tags: Technorati tags: , , , , , , , ,