Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!uwm.edu!ux1.cso.uiuc.edu!midway!gsbsun!valley From: valley@gsbsun.uchicago.edu (Doug Dougherty) Newsgroups: comp.os.msdos.desqview Subject: Re: HELP! Environment size trouble Message-ID: <1991Jun17.135703.15410@midway.uchicago.edu> Date: 17 Jun 91 13:57:03 GMT References: <1991Jun14.050659.9362@xenitec.on.ca> Sender: news@midway.uchicago.edu (NewsMistress) Organization: University of Chicago Lines: 19 geoffw@xenitec.on.ca (Geoffrey Welsh) writes: > The first line of my CONFIG.SYS file reads: >SHELL=C:\DOS\COMMAND.COM /e:384 /p > ... but DesqView opens each window with a 160 byte environment! > Help! I *need* larger environments! The SHELL= thing only affects the lowest level COMMAND.COM, that is, the one loaded at boot time. You need to patch your copy of COMMAND.COM (e.g., with DEBUG) to make the default environment size bigger. The magic location varies with version of DOS; in 3.3 (where I personally discovered it, since that's the version I use), it is EB8h. -- (Another fine mess brought to you by valley@gsbsun.uchicago.edu)