home *** CD-ROM | disk | FTP | other *** search
/ PC Plus 36 / ISSUE_36_SEP_1989 / SHORTIES / ADDPATH.DOC < prev    next >
Encoding:
Text File  |  1989-01-01  |  824 b   |  25 lines

  1.  
  2.  
  3.  
  4.     ADDPATH.BAT - An extension to the DOS PATH command
  5.     ~~~~~~~~~~~
  6.     During development, it is often necessary to modify the search path. This
  7.     can be a tedious task, particularly if small additions are to be made to a
  8.     search path which is already several directories long.
  9.  
  10.     ADDPATH allows the addition of a prefix, a suffix, or both, to the search
  11.     path as well as manipulation between the new and previous search paths.
  12.  
  13.     Full help is given by typing just ADDPATH.
  14.  
  15.     This program keeps copies of both old and new search paths in the
  16.     environment. Should the computer complain as a result "Out of environment
  17.     space", it may be necessary to add the following line to CONFIG.SYS:
  18.  
  19.       SHELL=COMMAND.COM /E:1024 /P   (Refer to DOS manual for further detail)
  20.  
  21.  
  22.  
  23.  
  24.  
  25.