Xref: utzoo comp.sys.ibm.pc:24173 comp.binaries.ibm.pc.d:1811 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!rutgers!orstcs!mist!henders From: henders@mist.cs.orst.edu (B. Scott Henderson) Newsgroups: comp.sys.ibm.pc,comp.binaries.ibm.pc.d Subject: Re: Environment Space Summary: How to increase DOS environment space. Keywords: setenv environment Message-ID: <8655@orstcs.CS.ORST.EDU> Date: 4 Feb 89 07:27:34 GMT References: <1134@khoo.sdl.UUCP> <26084@sgi.SGI.COM> Sender: usenet@orstcs.CS.ORST.EDU Reply-To: henders@mist.UUCP (B. Scott Henderson) Distribution: usa Organization: Oregon State University - CS - Corvallis, Oregon Lines: 9 To increase your environment space, simply add a line to your config.sys file that looks like: shell=[drive:][\path]command.com /e:xxxx /p where xxxx is the size in bytes you wish to reserve for the environment (it will be rounded up to the nearest paragraph boundary). The /p option disables the 'exit' command for this particular shell.