home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 9 / PCFORMAT09.iso / entombed / install.bat < prev    next >
DOS Batch File  |  1994-11-18  |  556b  |  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 PC Format menu
  21. echo    2. Start windows
  22. echo    3. Choose FILE 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.