home *** CD-ROM | disk | FTP | other *** search
- @rem (c) 1996 21st Century Entertainment Ltd.
-
- @echo off
-
- cd pinball
- setup_d.exe
- cd ..
-
- rem *** If c:\21stcent\absolute\absolute.err exists, delete it (setup is finished)
- if not exist c:\21stcent\absolute\absolute.err goto no_del_err
- del c:\21stcent\absolute\absolute.err
-
- :no_del_err
-