home *** CD-ROM | disk | FTP | other *** search
/ CD PowerPlay 6 / TheCompleteAdventureCollection1995 / CDPP6.ISO / share / entombed / install.bat < prev   
Encoding:
DOS Batch File  |  1995-09-12  |  564 b   |  30 lines

  1. echo off
  2. if exist c:\games\entombed\install.bat goto installed
  3.  
  4. md c:\games
  5. md c:\games\entombed
  6. copy *.* c:\games\entombed
  7.  
  8. c:
  9. cd \games\entombed
  10. pkunzip entomb -d
  11.  
  12. :installed
  13. c:
  14. cd \games\entombed
  15. cls
  16. echo Entombed is installed ....
  17. echo It must be run through windows!
  18. echo.
  19. echo To do this .....
  20. echo    1. Quit from the menu
  21. echo    2. Start windows
  22. echo    3. Choose RUN from the FILE menu in Program Manager and type in 
  23. echo.
  24. echo                     C:\GAMES\ENTOMBED\ENTOMBED.EXE 
  25. echo.
  26. echo    And away you go!
  27. echo.
  28. pause
  29.  
  30.