Path: chuka.playstation.co.uk!scea!peter_alau@playstation.sony.com From: Scott Cartier Newsgroups: scee.yaroze.problems.pc Subject: Re: too many parameters Date: Thu, 04 Feb 1999 17:47:29 -0800 Organization: SCEA News Server Lines: 28 Message-ID: <36BA4DB1.A551A5AE@vmlabs.com> References: <79d0he$djc3@chuka.playstation.co.uk> <36BA20B0.7E8EB415@vmlabs.com> <79dbpl$djc4@chuka.playstation.co.uk> NNTP-Posting-Host: vmlabs29.vmlabs.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.5 [en] (Win98; U) X-Accept-Language: en > this is what it looks like not to exciting really. I found that by REM-ing > out the PATH I dont get the too many...... message > > @echo off > set DJGPP=d:/psx/djgpp.env > PATH %path%;d:\psx\bin;d:\gnu\bin > set TMP=d:\tmp > set DTLH3000=0x3f8,4,115200 I don't remember my DOS, but there might be a limit to how long your PATH variable can be. Try opening a new DOS box and type SET. Look to see how long your PATH is. If it's super long then that's probably the trouble. That line in djsetup just takes the current PATH adds two more to the end of it "d:\psx\bin" and "d:\gnu\bin". If that's really the case you can change that line so it only includes the paths you need for the Yaroze. Something like: set PATH=d:\psx\bin;d:\gnu\bin;c:\windows;c:\dos I'm not sure what else you would want to put, but that's a good start. Of course change the drive letters if windows and dos aren't on the C drive. Scott