Date: Fri, 30 Jan 1998 22:40:27 -0800 (PST) Message-Id: <199801310640.WAA09914@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: increasing environment space Precedence: bulk At 09:44 1/30/1998 +1030, Richard Sim wrote: >shell=c:\command.com /e:512 /p >That goes in your config.sys > >That's what I was told... :-) That's correct. Some other points: * The `512' can be increased if you still run out, up to a maximum of (I think) 32768. But: * This space comes out of conventional memory, and each program that runs gets a copy of the environment, so don't go overboard. Nate Eldredge eldredge AT ap DOT net