home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1997 #8 / K-CD_1997-08.iso / SRACER / install.bat next >
DOS Batch File  |  1997-06-05  |  702b  |  22 lines

  1. @echo off
  2. cls
  3. echo ----------------------------
  4. echo  Street Racer Installation
  5. echo ----------------------------
  6. echo[
  7. echo This program needs to be copied to your hard disk drive. It will be
  8. echo placed in the C:\SRACER directory and needs 10Mb of disk space.
  9. echo Press any key to continue or Ctrl+C to abort now:
  10. echo[
  11. pause
  12. sracer c:\sracer
  13. echo ----------------------------
  14. echo[
  15. echo Installation complete. Quit Windows and go to Dos. Then type:
  16. echo[
  17. echo CD \SRACER        (change to the SRACER directory              )
  18. echo SETUP             (set up your sound card - only do this once! )
  19. echo SRACER            (play the game                               )
  20. echo[
  21. pause
  22.