home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / msdos / programm / 10599 < prev    next >
Encoding:
Internet Message Format  |  1992-11-14  |  2.2 KB

  1. Xref: sparky comp.os.msdos.programmer:10599 comp.os.msdos.misc:6137
  2. Newsgroups: comp.os.msdos.programmer,comp.os.msdos.misc
  3. Path: sparky!uunet!charon.amdahl.com!pacbell.com!sgiblab!darwin.sura.net!wupost!cs.utexas.edu!csc.ti.com!tilde.csc.ti.com!mksol!mccall
  4. From: mccall@mksol.dseg.ti.com (fred j mccall 575-3539)
  5. Subject: Re: Path cutoffs {Re: Environment size hack in DOS 5?}
  6. Message-ID: <1992Nov13.222633.21015@mksol.dseg.ti.com>
  7. Organization: Texas Instruments Inc
  8. References: <1992Nov12.234502.22273@midway.uchicago.edu> <1992Nov13.191154.16202@ra.msstate.edu>
  9. Date: Fri, 13 Nov 1992 22:26:33 GMT
  10. Lines: 33
  11.  
  12. In <1992Nov13.191154.16202@ra.msstate.edu> jdz1@Ra.MsState.Edu (John D. Zitterkopf) writes:
  13.  
  14. >Hi,
  15. >    I have a simuliar problem that might be releated to the previous
  16. >question. The problem seems to be that When I install new programs on my 
  17. >computer they automaticly add their paths to my path statement in the 
  18. >Autoexec.BAT. Now after adding so many programs and paths to my path 
  19. >statement, the path statement gets cutoff at a certain location 8-(.
  20. >    I think that I have tried a /e or something simulair in my Shell
  21. >statement to increase the size of ENV. table. But this seems to not
  22. >correct the problem. Is there a way to correct this other than deleteing
  23. >some of the old paths?
  24.  
  25. No.  There used to be a hack that let you go in with the Debug editor
  26. and change this, but I only know of a version of that that worked for
  27. a special OEM version of DOS (back around 2.x).  This is the one great
  28. MESS I can't believe they didn't fix.  I believe that 4DOS will let
  29. you specify how long you want your path to be.
  30.  
  31. What I've wound up doing is using SUBST to create 'logical drive
  32. letters' that point to the root of things like all my Windows
  33. applications, and then instead of having something like
  34.  
  35.     c:\windows\<app>\bin
  36.  
  37. in my path, I just put w:\<app>\bin.  It doesn't save much per entry,
  38. but for me it works out to be enough.
  39.  
  40. -- 
  41. "Insisting on perfect safety is for people who don't have the balls to live
  42.  in the real world."   -- Mary Shafer, NASA Ames Dryden
  43. ------------------------------------------------------------------------------
  44. Fred.McCall@dseg.ti.com - I don't speak for others and they don't speak for me.
  45.