Can you recommend a reference for the windows command line?
I would like an exhaustive reference.
Perhaps something along the lines of Unix in a Nutshell?
I see that there is a Windows XP in a Nutshell - is that the same sort of thing?
Can you recommend a reference for the windows command line?
I would like an exhaustive reference.
Perhaps something along the lines of Unix in a Nutshell?
I see that there is a Windows XP in a Nutshell - is that the same sort of thing?
I have used Windows NT Shell Scripting for years and it has been very helpful. I imagine it is somewhat out of date, but the basics of the language have probably not changed.
Use the HELP command. For any command not listed there, use <command-name> /?
(Windows is far more user-friendly in this case. Though I am a Unix fan.)
Windows XP in a Nutshell will not help with the command-line.
http://www.ss64.com/ is pretty good as it covers both Windows XP command line and PowerShell and it tends to be quite in depth.