Newsgroups: comp.os.msdos.djgpp From: manfred DOT heumann AT uni-bielefeld DOT de (Manni Heumann) Subject: Re: DJGPP autoexec.bat References: X-Newsreader: News Xpress 2.01 Date: Sat, 12 Jun 1999 09:20:52 GMT NNTP-Posting-Host: ppp39-22.hrz.uni-bielefeld.de Message-ID: <37622638.0@news.uni-bielefeld.de> X-Trace: 12 Jun 1999 11:19:52 +0200, ppp39-22.hrz.uni-bielefeld.de Lines: 23 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com In article , djgpp AT delorie DOT com wrote: >I use 95 - but I run DJGPP in a normal Win DOS box - there is an option in >the properties for a DOS box to increase the environment size - this is >what you need to stop the "too many parameters" error. You are overwriting >the path param due to an insuffiecient environment. > Sorry, but this is wrong. If you are out of environment space, you will get an error that says exactly this. The error "too many parameters" is more like a syntax error. Somewhere in the path= line you have a space, which doesn't belong there. Avoid spaces when defining environment variables! Probably the original poster tried to set the path to a long filename, like in path=program files\something. You will have to use the short (dos) name of that directory. -- Manni