home *** CD-ROM | disk | FTP | other *** search
/ Interactive Entertainment 12 / EPISODE_12_APR_1995.iso / patch / rebel14.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-12-15  |  1KB  |  36 lines

  1. @echo off
  2.  
  3. echo Rebel Assault 1.4 Patch Disk
  4. echo                                                         .
  5. echo   This patch is intended to fix "Unexpected Interrupt"
  6. echo   errors and joystick jumpiness.  If you still have
  7. echo   joystick problems, make sure only one joystick port
  8. echo   is enabled on your machine, preferably the one
  9. echo   on your sound card.  Also, center the trimpots on
  10. echo   your joystick to make sure you are using its full
  11. echo   range of movement.
  12. echo                                                         .
  13. echo   Copying files to C:\REBEL...
  14.  
  15. @echo on
  16.  
  17. mkdir c:\rebel
  18.  
  19. copy dos4gw.exe c:\rebel
  20. copy rebel.exe c:\rebel
  21. copy assault.exe c:\rebel
  22. copy readme.txt c:\rebel
  23.  
  24. @echo off
  25.  
  26. cd c:\rebel
  27. c:
  28.  
  29. echo Type REBEL to run Rebel Assault.
  30. echo                                                         .
  31. echo Now in the future, run the game by typing 'REBEL'
  32. echo from the REBEL\ directory on your C: drive,
  33. echo NOT from your CD drive.
  34.  
  35.  
  36.