home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / msdos / apps / 6069 < prev    next >
Encoding:
Internet Message Format  |  1993-01-09  |  1.8 KB

  1. Path: sparky!uunet!spool.mu.edu!umn.edu!csus.edu!netcom.com!netcomsv!wet!rick
  2. From: rick@wet.UUCP (Rick Rutledge)
  3. Newsgroups: comp.os.msdos.apps
  4. Subject: Re: HELP: How to increase the DOS enviormental space?
  5. Message-ID: <4947@wet.UUCP>
  6. Date: 10 Jan 93 03:12:56 GMT
  7. References: <9m71H9-!zb@atlantis.psu.edu>
  8. Organization: Wetware Diversions, San Francisco
  9. Lines: 32
  10.  
  11. Zhaohui Yang writes:
  12.  
  13. >Sorry if this is a FAQ.  I am not a programmer or a guru.  Recentely I install
  14. >the emtex for my PC, and there are a lot of enovirment varibles to define
  15. >in autoexec.bat.  The computer kept sayiout of enovirment space.  
  16. >
  17. >How can I increase the envoirment space?  I was considering install C compiler
  18. >on my PC but there are more varibles to define... ;-(
  19.  
  20. Among the many things documented in your DOS manual (which you wouldn't have
  21. if your DOS is pirated, i.e., stolen, of course), you'll find this is
  22. clearly documented.  You need to explicitly define your operating shell,
  23. with a command similar to the following:
  24.  
  25. SHELL=C:\Command.Com /E:1024 /P
  26.  
  27. I say 'similar' because the version of DOS you have will impact the format
  28. of the command, as well as the number you use after the /E: parameter.  Most
  29. versions of DOS use bytes to specify, however there was, I believe, one
  30. release that used 256K paragraphs.  Likewise, you might very well have
  31. additional parameters, such as in DOS v5.0, which might look like this:
  32.  
  33. SHELL = C:\DOS\Command.Com C:\DOS /E:1024 /P
  34.  
  35. Good luck.  And read the manual.  It's a quick read, and very informative.
  36.  
  37.  
  38. -- 
  39. ------------------------------------------------------------------------------
  40. Rick Rutledge              {hoptoad|ucsfcca}!wet!rick            rick@wet.UUCP
  41. "Voici le secret." dit le renard.  "On ne voit bien qu'avec le coeur.
  42. L'essentiel est invisible aux yeux." -Antoine de St. Exupery, _le Petit Prince_
  43.