From: Kenneth Doyle Newsgroups: comp.os.msdos.djgpp Subject: Re: "Command line too long" Date: Mon, 25 Dec 2000 02:23:28 +1100 Organization: CodeCutter Lines: 26 Message-ID: <3A4614EF.DCB38503@notmail.com> References: <91tnie$mq2$1 AT nnrp1 DOT deja DOT com> NNTP-Posting-Host: p116-tnt1.syd.ihug.com.au Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: bugstomper.ihug.com.au 977674027 1147 203.173.128.116 (24 Dec 2000 16:07:07 GMT) X-Mailer: Mozilla 4.75 [en] (Win95; U) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com dcasale AT my-deja DOT com wrote: [snip] > > I don't quite understand why this is a problem, unless RHIDE was > attempting to set an environment variable and failing because of lack > of room. > > 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.