From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,fc208a456ebf1d2b X-Google-Attributes: gid103376,public From: Daryl Siddon Subject: Re: Installing Gnat 'out of environment space' Date: 1996/04/16 Message-ID: <31746A87.2229@cpmx.saic.com>#1/1 X-Deja-AN: 147904506 references: <31729998.22F2@dial.pipex.com> content-type: text/plain; charset=us-ascii organization: SAIC - Orlando - Advanced Distributed Simulation Technology II (ADST-II) Program mime-version: 1.0 newsgroups: comp.lang.ada x-mailer: Mozilla 2.0 (Win95; I) Date: 1996-04-16T00:00:00+00:00 List-Id: Nick Sharples wrote: > > I'm having trouble running out of environment space when I try to run the 'setpath.bat' file with the latest > release of Gnat for Win95. > > How do I solve this little problem? Another method for Win95 is to place the following in your "config.sys" file: SHELL=C:\WINDOWS\COMMAND.COM C:\WINDOWS /P /E:2048 ^^^^^^^ Your Value Here. This option indicates that any MS-DOS shell (from within Win95) will use 2048 bytes for the environment. You can run "help command" from a Win95 DOS window for the particulars about the command interpreter "COMMAND.COM." NOTE: I had to increase the environment space above 1024 to set all of my existing and the new "GNAT for Win95" environment variables. I have since transitioned with success to the approach described by Tom Griest. Daryl Siddon