What are some of the lesser-known but useful features and techniques of the windows command line interpreter?
(Please, one feature per answer.)
|
1
|
What are some of the lesser-known but useful features and techniques of the windows command line interpreter? (Please, one feature per answer.) |
||||||||||
|
closed as not programming related by Adam Davis Oct 1 '08 at 12:03 |
|
|
Would parse each line in myfile.txt, ignoring lines that begin with a semicolon, passing the 2nd and 3rd token from each line to the for body, with tokens delimited by commas and/or spaces. |
||
|
|
|
|
Creates a junctionpoint called newLink of oldFile at the NTFS partition. This is something linke a linux hardlink. It works well. I just used it some times. But be careful with this command. It is implemented by Microsoft only for the purpose of POSIX compatibility, but it is not officially supported by Microsoft. I think - they know why. Read this warning: http://en.wikipedia.org/wiki/NTFS_junction_point#Warning |
||
|
|
|
I use this command when I switched on my Windows before switched on my router. I do not know, why every OS in the world, but Windows, can handle this problem automatically... |
||||||||
|
|
|
mklink in Vista to create symbolic links to files and directories. |
||
|
|
|
|
When you want to execute a program or browse to a dir, just type the TAB key for auto completion (multiple times for other files/dirs). For linux users this is pretty standard, but if you've only used windows, it's a nice surprise :) |
||
|
|