home *** CD-ROM | disk | FTP | other *** search
/ The Best of Game Classics / cd1.bin / CYBER / INSTALL / INST_HD.BAT < prev    next >
DOS Batch File  |  1992-12-18  |  375b  |  16 lines

  1. @echo off
  2. cls
  3. echo STARFIRE Hard Disk Installation Program
  4. echo ---------------------------------------
  5. echo STARFIRE will be copied to a directory on your Hard Disk
  6. echo called C:\STARFIRE. Press CTRL-C to abort or
  7. pause
  8. md c:\STARFIRE
  9. echo Copying files.. one moment please
  10. xcopy *.*  c:\STARFIRE
  11. c:
  12. cd \starfire
  13. cls
  14. echo Type 'starfire' to play... Enjoy..
  15.  
  16.