|
-
Feb 25th, 2001, 09:12 AM
#1
I just installed the latest build of ActivePerl, and now when I boot my machine, autoexec.bat is run, and it says 'too many parameters'
Here is what it looks like:
Code:
@ECHO OFF
REM To make a DOS Boot Diskette; See the file C:\DOSBOOT\DOSBOOT.TXT
rem
SET PATH=%PATH%;C:\WINDOWS;C:\WINDOWS\COMMAND;C:\PROGRA~1\BORLAND\CBUILDER\BIN;C:\PROGRA~1\BORLAND\CBUILD~1\BIN;C:\PROGRA~1\BORLAND\CBUILD~1\PROJECTS\BPL;
PATH=C:\TCWIN45\BIN;%PATH%
rem
SET BLASTER=A220 I7 D1 H7 P330 T6
SET SBPCI=C:\SBPCI
REM .c.
REM ..
rem - By Windows Setup - mscdex.exe /d:IDECD000 /L:M
PATH=%PATH%;"C:\Program Files\Mts"
SET PATH=C:\Perl\bin;%PATH%
What do I have to change to correct this problem?
Thanks,
Dennis
-
Feb 25th, 2001, 09:15 AM
#2
I just changed some stuff around, but I still have the same problem:
Code:
@ECHO OFF
REM To make a DOS Boot Diskette; See the file C:\DOSBOOT\DOSBOOT.TXT
rem
SET PATH=%PATH%;C:\WINDOWS;C:\WINDOWS\COMMAND;C:\PROGRA~1\BORLAND\CBUILD~1\BIN;C:\PROGRA~1\BORLAND\CBUILD~1\PROJECTS\BPL
PATH=C:\TCWIN45\BIN;%PATH%
PATH=C:\Perl\bin;%PATH%
rem
SET BLASTER=A220 I7 D1 H7 P330 T6
SET SBPCI=C:\SBPCI
REM .c.
REM ..
rem - By Windows Setup - mscdex.exe /d:IDECD000 /L:M
-
Feb 25th, 2001, 09:18 AM
#3
Ok, I made yet another change, and it seems to be working now:
Code:
@ECHO OFF
REM To make a DOS Boot Diskette; See the file C:\DOSBOOT\DOSBOOT.TXT
rem
SET PATH=C:\Perl\bin;C:\TCWIN45\BIN;C:\WINDOWS;C:\WINDOWS\COMMAND;C:\PROGRA~1\BORLAND\CBUILD~1\BIN;C:\PROGRA~1\BORLAND\CBUILD~1\PROJECTS\BPL
rem
SET BLASTER=A220 I7 D1 H7 P330 T6
SET SBPCI=C:\SBPCI
REM .c.
REM ..
rem - By Windows Setup - mscdex.exe /d:IDECD000 /L:M
-
Feb 25th, 2001, 11:17 AM
#4
Ok, everything is working fine.. I'm closing this thread now...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|