Monday, April 11, 2011

The command prompts:

  • cd < directory name>
    • cd is the basic DOS command, it allows you to change directory.
  • dir [ name of directory]
    • dir allows you to list all contents of the specified directory.
  • copy
    • Allows you to copy a file from a
    • folder to a .
  • del
    • delete specific file.
  • move
    • Allows you to move a file from a
    • folder to a .
  • ren
    • Rename the specified file.
  • edit
    • Opens the default DOS editor to allow modification of specified file.

· cls

  • Clear DOS screen.

· exit

  • Leave the DOS termin

Reference Books
Book 1
Book 2