home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 13 / 1995-12_Disc_13.iso / patches / reb18.zip / INSTALL2.BAT < prev    next >
DOS Batch File  |  1994-04-28  |  1KB  |  44 lines

  1. @echo off
  2.  
  3. echo Rebel Assault 1.7 Patch Disk    Install 2
  4. echo                                                         .
  5. echo   This patch is intended to fix joystick jumpiness
  6. echo   and machine configurations which conflict with
  7. echo   DOS4GW 1.8.  Also, this version features brightness
  8. echo   controls which you can access with the '.' (brighten)
  9. echo   and ',' (darken) keys.
  10. echo                                                         .
  11. echo   If, after installing this patch, you still have
  12. echo   joystick problems, make sure only one joystick port
  13. echo   is enabled on your machine, preferably the one
  14. echo   on your sound card.  Also, center the trimpots on
  15. echo   your joystick to make sure you are using its full
  16. echo   range of movement.
  17. echo                                                         .
  18. echo   Copying files to C:\REBEL...
  19.  
  20. @echo on
  21.  
  22. mkdir c:\rebel
  23.  
  24. copy dos4gw19.exe c:\rebel\dos4gw.exe
  25. copy rebel.exe c:\rebel
  26. copy assault.exe c:\rebel
  27. copy readme.txt c:\rebel
  28. copy bootdisk.exe c:\rebel
  29.  
  30. @echo off
  31.  
  32. cd c:\rebel
  33. c:
  34.  
  35. echo Type REBEL to run Rebel Assault.
  36. echo                                                         .
  37. echo Now in the future, run the game by typing 'REBEL'
  38. echo from the REBEL\ directory on your C: drive,
  39. echo NOT from your CD drive.
  40. echo                                                         .
  41. echo To Make a boot disk, type 'BOOTDISK'.
  42.  
  43.  
  44.