home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / msdos / misc / 5094 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  1.2 KB

  1. Path: sparky!uunet!gumby!wupost!waikato.ac.nz!judie
  2. From: judie@waikato.ac.nz
  3. Newsgroups: comp.os.msdos.misc
  4. Subject: Re: Longer Path?
  5. Message-ID: <1992Sep9.100159.10701@waikato.ac.nz>
  6. Date: 9 Sep 92 10:01:59 +1200
  7. References: <1685C7CB4.PRAETHE@YaleVM.YCC.Yale.Edu>
  8. Organization: University of Waikato, Hamilton, New Zealand
  9. Lines: 18
  10.  
  11. In article <1685C7CB4.PRAETHE@YaleVM.YCC.Yale.Edu>, PRAETHE@YaleVM.YCC.Yale.Edu (Ethan Evan Prater) writes:
  12. > I know there is way of tricking DOS into allowing a path of more than 80
  13. > characters (or whatever the limit is)--something like substituting in some
  14. > variables. I would REALLY appreciate it if someone would mail me how to do
  15. > this, or post it if it's not an already overdone question.
  16.  
  17. The maximum is 127 characters according to my manual. I think there is some
  18. method using variables but I just use the APPEND command with the /X:ON switch,
  19. so that the extra directories are searched, and it works just fine. 
  20.  
  21. Two lines similar to the following live in my AUTOEXEC.BAT:
  22.  
  23. PATH all those directory names that will fit into 127 chars
  24. APPEND the rest /X:ON  
  25.  
  26. -- 
  27. Judie Wert Scheurich
  28. Uni of Waikato, N.Z (that little cluster of islands off Tasmania)
  29.