From: papilla AT cs DOT tamu DOT edu (Benoit Papillault) Subject: Re: Out of enviromental space 8 Jun 1998 21:23:59 -0700 Message-ID: References: <357B1D61 DOT 73B12D03 AT bellatlantic DOT net> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII To: Patrick Cc: gnu-win32 AT cygnus DOT com On Sun, 7 Jun 1998, Patrick wrote: > but everytime i wanna start up gnu win 32 i come up with message: Out of > enviromental space. This problem is not Windows 98 specific, it already occurs with games under DOS, you know. It comes from the shell which has allocated a fixed amount of memory to store environment variables. To increase this space, you can add a line add the end of your AUTOEXEC.BAT like the following: SHELL=C:\WINDOWS\COMMAND.COM /E:1024 /P Under Windows NT, you have to modify that under the "Control Panel". 1024 is the number of bytes allocated to your environment space. Hope this help. Benoit Papillault - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".