home *** CD-ROM | disk | FTP | other *** search
- @rem (c) 1996 21st Century Entertainment Ltd.
-
- @echo off
-
- rem *** If abs_demo.cfg file is missing, copy it from the game folder
-
- if exist c:\21stcent\absolute\abs_demo.cfg goto cont2
-
- copy pinball\abs_demo.cfg c:\21stcent\absolute\abs_demo.cfg
-
-
- :cont2
-
- rem *** If absolute.err file is missing, setup is correct; run the game
-
- if not exist c:\21stcent\absolute\absolute.err goto cont3
- call setup.bat
-
- :cont3
-
- cd pinball
-
- copy absolute.err c:\21stcent\absolute\absolute.err
- demo_in.exe
- abs_demo.exe
- del c:\21stcent\absolute\absolute.err
- cd ..
-