home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / b / bigpath.zip / BIGPATH.DOC < prev    next >
Text File  |  1992-12-30  |  2KB  |  37 lines

  1. PROGRAM:    BIGPATH.COM  version 1.0
  2.  
  3. CONTACT:    Keith P. Graham.
  4.                 BBS - (914) 623-0039
  5.                 VOICE/FAX (914) 623-4161
  6.                 I am difficult to reach.
  7.  
  8. SHAREWARE FEE:    BIGPATH is free, but Keith P. Graham retains
  9.                 all rights to the program including the right to
  10.                 charge a fee in subsequent versions.
  11.  
  12. DESCRIPTION:    Appends a path to current path beyond 128 bytes.
  13.         Allows very long paths. DOS 5.0 can use the long path.
  14.  
  15. USAGE:        BIGPATH path
  16.         Where path is the path to append to existing path.
  17.                 PATH command MUST have previously been issued.
  18.                 Automatically adds semicolon (;) to beginning
  19.                 of appended path. Converts to upper case.
  20.  
  21. PROBLEMS:    DOS SET and PATH commands will not display paths longer
  22.         than 128 bytes so use the BSET.COM program included
  23.                 with BIGPATH.COM to verify environment.
  24.                 Use SHELL command in config.sys to create an
  25.                 Environment large enough to hold path. BIGPATH
  26.                 does not check how big your environment is and may
  27.                 cause problems if the path grows bigger than the
  28.                 environment.
  29.                 This is tested under DOS 5.0 only.
  30.                 Use this program at your own risk. Test it before
  31.                 depending on it.
  32.  
  33. HACKS:        It is possible to hack the program by changing the
  34.                 PATH= string in the program to something else such as
  35.                 LIB= (followed by a binary zero). I left a total
  36.                 of 16 bytes for this hack.
  37.