CSC 012N

INTRODUCTION TO COMPUTER SCIENCE

 

Handy-Dandy DOS Commands

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

  2. >doskey    ==>    This allows you to use the arrow keys to recall previous commands; saves a lot of typing

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

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

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

Back to CSC 012N Home Page