Message-ID: <008e01bf82b1$ac2fcfa0$9d0f3acb@1> From: "Al" To: Subject: Too many parameters Date: Tue, 29 Feb 2000 23:36:58 +1100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_008B_01BF830D.DED863C0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Reply-To: djgpp AT delorie DOT com This is a multi-part message in MIME format. ------=_NextPart_000_008B_01BF830D.DED863C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I've had DJGPP installed on my machine for some time now, and just recently I've been getting this message "Too many parameters" when the = batch file is executed. I have a shortcut on my desktop, that loads COMMAND.COM, and then = MEM.BAT. The contents of MEM.BAT are as follows: @ECHO OFF CLS. ECHO. CD DJGPP SUBST Z: C:\ SUBST Y: C:\ SET DJGPP=3DZ:\DJGPP\DJGPP.ENV SET PATH=3DZ:\DJGPP\BIN;%PATH% setdjgpp c:\djgpp c:/djgpp =20 This used to work. When I rem the line "SET PATH=3DZ:\DJGPP\BIN;%PATH%" I don't get the = message. I've tried fiddeling with the "Memory" Tab in the shortcut propertise, = but I'm still lost. I have also not modified DJGPP, or any of the contents of the DIR and = SUBs. I've even tried reinstalling everything. THX, Al. ------=_NextPart_000_008B_01BF830D.DED863C0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I've had DJGPP installed on my machine = for some=20 time now, and just
recently I've been getting this message = "Too many=20 parameters" when the batch file is executed.
 
I have a shortcut on my desktop, that = loads=20 COMMAND.COM, and then MEM.BAT.
The contents of MEM.BAT are as=20 follows:
 
@ECHO OFF
CLS.
ECHO.
CD = DJGPP
SUBST Z:=20 C:\
SUBST Y: C:\
SET DJGPP=3DZ:\DJGPP\DJGPP.ENV
SET=20 PATH=3DZ:\DJGPP\BIN;%PATH%
setdjgpp c:\djgpp c:/djgpp
 
This used to work.
When I rem the line "SET = PATH=3DZ:\DJGPP\BIN;%PATH%"=20 I don't get the message.
 
I've tried fiddeling with the "Memory" = Tab in the=20 shortcut propertise, but I'm still
lost.
 
I have also not modified DJGPP, or any = of the=20 contents of the DIR and SUBs. I've
even tried reinstalling = everything.
 
THX,
Al.
------=_NextPart_000_008B_01BF830D.DED863C0--