Results 1 to 4 of 4

Thread: AutoExec.bat

  1. #1
    denniswrenn
    Guest
    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

  2. #2
    Guest
    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

  3. #3
    Guest
    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

  4. #4
    Guest
    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
  •  



Click Here to Expand Forum to Full Width