views:

545

answers:

6

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?

+4  A: 

The Windows Commandline

Source, google.

Hope this helps.

Rayne
Thanks. Interrestingly, it doesn't contain one of the main commands I was after. :(
AJ
Hm, what command might that be? I might be able to find it for you
Rayne
+3  A: 

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.

Dave Costa
The basics haven't changed, but cmd.exe syntax has been enriched over the years.
ΤΖΩΤΖΙΟΥ
+2  A: 

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.

Vulcan Eager
yes. thanks for that. I am looking for an exhaustive reference, and this doesn't really cut it.
AJ
How is Unix less friendly on the commandline? Bash has "help" for builtins and if not builtin there's "<command-name> --help", then "man" and "info".
Hugh Allen
I find that Windows help is more straight forward. Unix has too many options which are usually cryptic and it takes time getting used to them.
Vulcan Eager
+2  A: 

From a Google result, have these until a book is suggested:

ΤΖΩΤΖΙΟΥ
+2  A: 

I find this site quite useful: http://www.robvanderwoude.com/

Christian.K
Thanks. The most helpful answer. He has a list of good-looking books. Just what I wanted :)
AJ
+4  A: 

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.

slashnick
good resource. thanks. :)
AJ