Date: Sat, 9 May 1998 10:43:46 -0400 (EDT) From: Frank Donahoe Reply-To: Frank Donahoe To: nebo AT linetap DOT com Cc: DJGPP List , alicdima AT sprint DOT ca Subject: Re: Environment Space Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk The size of the environment space is rounded up to the next multiple of 16 so it is efficient to pick a number which is a multiple of 16. However when running in a DOS box under Win 3.1 the space assigned in `config.sys' may be large but the programs will never get more than the default unless in `system.ini' a line be added: CommandEnvSys=XXXX where XXXX <= the amount allowed in `config.sys' In any event, the file `djgpp.env' will provide all the space needed for DJGPP programs. There is no need for separate batch files. Does Windows95 have a similar requirement? Frank