home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 268.img / THUDCGA.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1988-10-26  |  393b  |  16 lines

  1. echo off
  2. rem install the game on c:
  3. cls
  4. echo                  THUD RIDGE Hard Disk Installation
  5. echo            This will install your CGA disk onto drive C:
  6. echo                     Press Control-C to QUIT, or
  7. pause
  8. c:
  9. cd \
  10. mkdir thud
  11. cd thud
  12. echo                          Copying Files Now... 
  13. copy a:*.* c:\thud > NUL
  14. cls
  15. echo Installation is complete. Type "THUD" to play.
  16.