home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / DOS_HELP / PC_HELP1.ZIP / HELPDOS3.ZIP / CHDIR.### < prev    next >
Encoding:
Text File  |  1985-12-27  |  637 b   |  15 lines

  1. COMMAND:  CHDIR (Change Directory)
  2.  
  3. FUNCTION: Changes the current directory of the specified or default drive, or
  4.           displays the name of the current directory path of a drive.
  5.  
  6. FORMAT:   CHDIR [[d:]path]  or  CD [[d:]path]
  7.  
  8. TYPE:     DOS internal command
  9.  
  10. REMARKS:  The current directory is where DOS looks for any files whose names
  11.           were entered without specifying which directory they are in. If you
  12.           do not specify a drive, the default drive is assumed. If no
  13.           parameters are specified or if only the drive is specified, the
  14.           name of the current directory path is displayed.
  15.