home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mystic Towers
/
MysticTowers.mdf
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1995-12-16
|
137b
|
13 lines
@echo off
SET APOGEECD=
cd\TOWINSTL
install.exe
if exist install.exe goto endtmp
CALL START.BAT
goto end
:endtmp
cd\
:end