home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 013 / doshelp.arc / CD.TXT < prev    next >
Encoding:
Text File  |  1985-04-01  |  1.1 KB  |  25 lines

  1. <<<<<<<<<<<<<<<<<<<<<   CD ... CHANGE DIRECTORY   >>>>>>>>>>>>>>>>>>>>>
  2.  
  3. BACKGROUND:  DOS 2.0 and higher permits multiple directories on one
  4. disk.  The use of multiple directories is handy because some disks
  5. have hundreds of files which should be organized into logical groups.
  6.  
  7. The ROOT directory is the primary directory and it is represented
  8. simply by a backslash (\).  It is like the trunk of a tree.  Secondary
  9. directories are like limbs connected to the trunk.
  10.  
  11. ;    CD\                ..   Returns you to the ROOT directory.
  12.  
  13. ;    CD\WORDSTAR        ..   Takes you to a WORDSTAR directory which
  14. ;                            is attached to the ROOT directory.
  15.  
  16. ;    CHDIR A:\DOSFILES  ..   Takes you to the DOSFILE directory on
  17. ;                            Drive A.  CHDIR means the same thing as
  18. ;                            CD.
  19.  
  20. ;    CD C:\PROGRAMS\LOTUS    Takes you to the LOTUS directory ...
  21. ;                            a directory subordinate to PROGRAMS.
  22.  
  23. ;    CD                      Displays name of current directory.
  24. ###
  25.