home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.gamers.org
/
ftp.gamers.org.zip
/
ftp.gamers.org
/
pub
/
games
/
uwp-uml
/
patches
/
rebel17.arj
/
INSTALL2.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-04-28
|
1KB
|
45 lines
@echo off
echo Rebel Assault 1.7 Patch Disk Install 2
echo .
echo This patch is intended to fix joystick jumpiness
echo and machine configurations which conflict with
echo DOS4GW 1.8. Also, this version features brightness
echo controls which you can access with the '.' (brighten)
echo and ',' (darken) keys.
echo .
echo If, after installing this patch, 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 dos4gw19.exe c:\rebel\dos4gw.exe
copy rebel.exe c:\rebel
copy assault.exe c:\rebel
copy readme.txt c:\rebel
copy readme.bat c:\rebel
copy bootdisk.exe 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.
echo .
echo To Make a boot disk, type 'BOOTDISK'.