home *** CD-ROM | disk | FTP | other *** search
/ תקליטור אוסף מעל 200 משחקים מרתקים / over-200-games-micro-a-media.iso / SUPAPLEX / HDPLAY.BAT < prev    next >
Encoding:
DOS Batch File  |  1996-02-29  |  571 b   |  24 lines

  1. echo off
  2. cls
  3. echo INSTALLATION INSTRUCTIONS     Copyright 1996, Maple Media, Inc
  4. echo ==============================================================
  5. echo This game must be placed on your hard drive in order to play.
  6. echo You will be prompted to take it off after the game is played.
  7. echo Just answer Y when the message DELTREE appears if you to 
  8. echo reclaim the disk space; answer N if you want to keep the game.
  9. echo . 
  10. echo Enjoy the game.
  11. Echo . 
  12. pause
  13. xcopy *.* c:\SUPAPLEX\ /s
  14. c:
  15. cd \SUPAPLEX
  16. attrib *.* -r
  17. SUPAPLEX
  18. cd..
  19. deltree SUPAPLEX
  20.  
  21.  
  22.  
  23.  
  24.