home *** CD-ROM | disk | FTP | other *** search
- @echo off
- indxldat index5 to index1 /set=on /ver=on
- if not errorlevel 1 goto end
- if not errorlevel 2 goto a
- if not errorlevel 5 goto end
- :a
- cls
- indxldat index6 to index1 /set=off
- goto exit
- :b
- :c
- :end
- cls
- echo ShadowForce aborted.
- :exit
-
-
-