CSC 012N

Introduction to Computer Science

 

Handy-Dandy DOS Commands

  1. >cd ..     ==>    change directory up one level

  2. >mkdir test    ==>    make directory called test

  3. >cd "C:\My Documents\Java"     ==>    moves to the C:\My Documents\Java directory

  4. >type Hello.txt    ==>     lists the contents of file Hello.txt

 

The following links might prove helpful for further explanation:

MS-DOS top 10 commands

MS-DOS help and commands

If you really get into this, the following link has even more detail:

Dos7 Commands

 

Back to CSC 012N Home Page