tags:

views:

136

answers:

3

Where can i find the list of commands at command line in MS DOS?

+10  A: 

Just type "help" in the cmd, and you'll get the list.

Gal Goldman
+1  A: 

Try typing "help | more" so you can scroll down the list

Myforwik
+1  A: 

Do you really mean MS-DOS or did you just mean the current Command Prompt? Either way, using the HELP command is a good idea. Since you asked for resources:

For MS-DOS 6.22: http://www.vfrazee.com/ms-dos/6.22/help/
For MS-DOS 7:
http://www.lagmonster.org/docs/DOS7/index.html
http://mirror.href.com/thestarman/DOS/MSDOS7.html

For Command Prompt: http://www.ss64.com/nt/

For both:
http://www.robvanderwoude.com/batchfiles.php
http://www.computerhope.com/overview.htm

Coding With Style