"Too many parameters" on boot-up

Pete

Diamond Member
Oct 10, 1999
4,953
0
0
I gt that error for the following line that PGP put in my Autoexec.bat:

SET PATH=%PATH%;C:\PROGRA~1\NETWOR~1\PGP

Why do I get that message? Is it because the first line of Autoexec.bat is this, installed by JDK 1.2:

PATH C:\JDK1.2.2\BIN

Any help would be appreciated.
 

Slikkster

Diamond Member
Apr 29, 2000
3,141
0
0
Try just appending your JDK path stuff to the other path line, so it reads thusly:

SET PATH=%PATH%;C:\PROGRA~1\NETWOR~1\PGP;C:\JDK1.2.2\BIN

Then, put an "REM" in front of the line that says:

PATH C:\JDK1.2.2\BIN

So it should read:

REM PATH C:\JDK1.2.2\BIN