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

  1. COMMAND:  PATH (Set Search Directory)
  2.  
  3. FUNCTION: Causes specified directories to be searched for commands or batch
  4.           files that were not found by a search of the current directory.
  5.  
  6. FORMAT:   PATH [d:]path[[;[d:]path]...]
  7.  
  8. TYPE:     DOS internal command
  9.  
  10. REMARKS:  Entering PATH with no parameters displays the search paths currently
  11.           defined to DOS. Entering PATH with only a semicolon (PATH;) resets
  12.           the search path to null (no extended search path), which is also
  13.           the default search path. Syntax errors in the command line are not
  14.           detected until DOS attempts to search the specified paths. Non-
  15.           existent paths are ignored. The extended path search is utilized
  16.           only for those files with extensions .EXE,.COM or .BAT.
  17.