home *** CD-ROM | disk | FTP | other *** search
- echo off
- if exist c:\games\entombed\install.bat goto installed
-
- md c:\games
- md c:\games\entombed
- copy *.* c:\games\entombed
-
- c:
- cd \games\entombed
- pkunzip entomb -d
-
- :installed
- c:
- cd \games\entombed
- cls
- echo Entombed is installed ....
- echo It must be run through windows!
- echo.
- echo To do this .....
- echo 1. Quit from the menu
- echo 2. Start windows
- echo 3. Choose RUN from the FILE menu in Program Manager and type in
- echo.
- echo C:\GAMES\ENTOMBED\ENTOMBED.EXE
- echo.
- echo And away you go!
- echo.
- pause
-
-