home *** CD-ROM | disk | FTP | other *** search
/ The Best of Game Classics / cd1.bin / CYBER / INSTALL / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-01-25  |  374b  |  14 lines

  1. @echo off
  2. cls
  3. echo STARFIRE - by Silver Lightning Software .. Installation
  4. echo =======================================================
  5. echo STARFIRE will now be copied into directory on your hard disk 
  6. echo called C:\STARFIRE. Press CTRL-C to abort or
  7. pause
  8. md c:\starfire
  9. xcopy !starfr1.exe c:\starfire
  10. c:
  11. cd c:\starfire
  12. !starfr1
  13. echo Type 'STARFIRE' to play
  14.