vote up 5 vote down star
4

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?

flag

6 Answers

vote up 2 vote down check

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

link|flag
Thanks. The most helpful answer. He has a list of good-looking books. Just what I wanted :) – AJ Sep 30 '08 at 12:40
vote up 4 vote down

The Windows Commandline

Source, google.

Hope this helps.

link|flag
Thanks. Interrestingly, it doesn't contain one of the main commands I was after. :( – AJ Sep 30 '08 at 11:40
Hm, what command might that be? I might be able to find it for you – Rayne Sep 30 '08 at 11:41
vote up 4 vote down

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.

link|flag
good resource. thanks. :) – AJ Sep 30 '08 at 13:20
vote up 3 vote down

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.

link|flag
The basics haven't changed, but cmd.exe syntax has been enriched over the years. – ΤΖΩΤΖΙΟΥ Sep 30 '08 at 16:09
vote up 2 vote down

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.

link|flag
yes. thanks for that. I am looking for an exhaustive reference, and this doesn't really cut it. – AJ Sep 30 '08 at 11:41
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 Sep 30 '08 at 12:33
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. – Agnel Kurian Oct 1 '08 at 5:58
vote up 2 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.