home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / cd / summary.hlp < prev   
Encoding:
Text File  |  1989-01-01  |  1.0 KB  |  22 lines

  1.                               CHDIR
  2.  
  3. CHDIR is an internal command that changes the current (default) directory or
  4. displays the current directory. Any file you specify as an option on any DOS
  5. command without a specific path must exist in the current directory (or in a
  6. directory that the APPEND command is aware of) to be accessed. The current
  7. directory is the default directory where DOS will search for files.
  8.  
  9.     CHDIR [[d:]pathname]
  10.          or
  11.     CD [[d:]pathname]
  12.      or
  13.     CD
  14.  
  15. For every disk drive on your system, you may have a current directory. DOS 
  16. remembers the current directory, and if you don't specify a directory path, 
  17. any reference to a drive will access the current directory on that drive.
  18.  
  19. Just entering CD by itself will display the current directory. Directories 
  20. may be nested many levels deep. See the DIR EXAMPLES SUBDIRECTORIES topic 
  21. for more information about directories and subdirectories.
  22.