home *** CD-ROM | disk | FTP | other *** search
/ PC Action 1996 February / PCA_0296.ISO / up_pa / rebel / install.bat < prev    next >
DOS Batch File  |  1995-10-12  |  1KB  |  45 lines

  1. @echo off
  2.  
  3. echo Rebel Assault 1.7 Patch Disk    Install 1
  4. echo                                                         .
  5. echo   This patch is intended to fix joystick jumpiness
  6. echo   and problems and unexpected interrupt problems on some
  7. echo   machines.  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. pause
  21.  
  22. @echo on
  23.  
  24. mkdir c:\rebel
  25.  
  26. copy dos4gw.exe c:\rebel
  27. copy rebel.exe c:\rebel
  28. copy assault.exe c:\rebel
  29. copy readme.txt c:\rebel
  30. copy bootdisk.exe c:\rebel
  31.  
  32. @echo off
  33.  
  34. cd c:\rebel
  35. c:
  36.  
  37. echo Type REBEL to run Rebel Assault.
  38. echo                                                         .
  39. echo Now in the future, run the game by typing 'REBEL'
  40. echo from the REBEL\ directory on your C: drive,
  41. echo NOT from your CD drive.
  42. echo                                                         .
  43. echo To Make a boot disk, type 'BOOTDISK'.
  44.  
  45.