home *** CD-ROM | disk | FTP | other *** search
/ Play and Learn 2 / 19941.ZIP / 19941 / COMREF / DOS5TUT / CHDIR.DAT < prev    next >
Encoding:
Text File  |  1994-02-05  |  299 b   |  13 lines

  1. Explanation of the CHDIR (CD) command. It 
  2. is INTERNAL.
  3.  
  4. It either shows the current directory or 
  5. changes into a sub-directory.
  6.  
  7. Example:
  8.      By using either one of these commands 
  9.      you will change to the test directory:
  10.            chdir test
  11.                or
  12.            cd test
  13.