Date: Sun, 24 Dec 2000 19:47:04 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: Kenneth Doyle Message-Id: <9003-Sun24Dec2000194704+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: djgpp AT delorie DOT com In-reply-to: <3A4614EF.DCB38503@notmail.com> (message from Kenneth Doyle on Mon, 25 Dec 2000 02:23:28 +1100) Subject: Re: "Command line too long" References: <91tnie$mq2$1 AT nnrp1 DOT deja DOT com> <3A4614EF DOT DCB38503 AT notmail DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: Kenneth Doyle > Newsgroups: comp.os.msdos.djgpp > Date: Mon, 25 Dec 2000 02:23:28 +1100 > > > > Anyway, problem solved. In case anyone has a problem like this again, > > the first thing they should do is check for excess amounts of > > environment variables. :-) > > > > Damon Casale, damon AT WRONG DOT redshift DOT com (remove the obvious) > > "What do you mean, the environment's not able to support life? It > > looks a little crowded to me." > > > > Sent via Deja.com > > http://www.deja.com/ > > You can increase the space for environment variables by adding a line like > this in config.sys: > SHELL=C:\COMMAND.COM /E: /P > > where is the size of the environment space. This enlarges the available space for environment variables used by COMMAND.COM, but doesn't change the space which DJGPP programs use to store environment variables (which is allocated as the need arises) or to pass them to child programs (which is 16KB by default, but can be changed by running STUBEDIT).