home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Season's Greetings & Games Unlimited
/
UGOLD_cd2.iso
/
sforce
/
sforce.bat
< prev
next >
Wrap
DOS Batch File
|
1994-09-09
|
256b
|
18 lines
@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