home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if not exist hk.wld goto direrr
- if not exist harry240.exe goto exeerr
- harry240 -o
- del *.$$$
- del *.cfg
- del aces.dat
- install
- goto end
-
- :direrr
- echo You must run this program from the directory you originally
- echo installed Harrier Jump Jet.
- goto end
-
- :exeerr
- echo You must copy ALL files from the update disk to your Harrier
- echo directory.
- goto end
-
- :end
-