home *** CD-ROM | disk | FTP | other *** search
- @echo off
-
- echo Rebel Assault 1.4 Patch Disk
- echo .
- echo This patch is intended to fix "Unexpected Interrupt"
- echo errors and joystick jumpiness. If you still have
- echo joystick problems, make sure only one joystick port
- echo is enabled on your machine, preferably the one
- echo on your sound card. Also, center the trimpots on
- echo your joystick to make sure you are using its full
- echo range of movement.
- echo .
- echo Copying files to C:\REBEL...
-
- @echo on
-
- mkdir c:\rebel
-
- copy dos4gw.exe c:\rebel
- copy rebel.exe c:\rebel
- copy assault.exe c:\rebel
- copy readme.txt c:\rebel
-
- @echo off
-
- cd c:\rebel
- c:
-
- echo Type REBEL to run Rebel Assault.
- echo .
- echo Now in the future, run the game by typing 'REBEL'
- echo from the REBEL\ directory on your C: drive,
- echo NOT from your CD drive.
-
-