home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / DOS_HELP / PC_HELP2.ZIP / HELPPUBL.ZIP / DPATH.### < prev    next >
Encoding:
Text File  |  1985-07-07  |  1.9 KB  |  45 lines

  1. COMMAND:  DPATH (Data Path)                     DOCUMENTATION : On-line
  2.  
  3. FUNCTION: Provides an extended directory path search capability for finding
  4.           data and overlay files.
  5.  
  6. FORMAT:   DPATH [options]
  7.  
  8. TYPE:     Public domain software, Version 3.0
  9.  
  10. REMARKS:  The available options are:
  11.  
  12.           ? displays a help screen and overrides any other options.
  13.  
  14.           /O allows programs to find non-executable files in other than the
  15.           current sub-directory (default).
  16.           /NO effectively disables DPATH and turns on /NC.
  17.  
  18.           /C causes write operations to be made to files found in other than
  19.           the current directory.
  20.           /NC disables the /C option and causes any files to be written to the
  21.           current directory (default).
  22.  
  23.           /P copies the current PATH into DPATH. That is, the same path will
  24.           be used for non-executable files that already exists for executable
  25.           files, as specified by the DOS PATH command.
  26.  
  27.           /NM turns off all messages from DPATH except error messages.
  28.  
  29.           The data paths are specified by entering them into the DOS
  30.           environment by using the DOS SET command:
  31.  
  32.                                 SET DP=[d:]path;...
  33.  
  34.           The first time DPATH is executed, it becomes resident, and
  35.           thereafter, data and overlay files not found in the current
  36.           directory are searched for in the directories specified in the
  37.           environment.  To set a new search path, enter SET with a new list of
  38.           paths, and to reset the search paths, enter SET DP= with no paths.
  39.           DPATH with no arguements displays a list of the search paths and
  40.           options currently in effect.  DPATH has no effect on the DOS DELETE
  41.           and RENAME commands.
  42.  
  43.           WARNING : Extreme caution should be exercised in using the /C
  44.           option, since the results may be unexpected.
  45.