home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Spiel 1996 July
/
PCS0796.ISO
/
torin
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1995-08-28
|
129b
|
14 lines
@echo off
cls
mode co80
cd install
call install.exe -f
IF NOT EXIST vesa.bat GOTO end
call vesa.bat
echo .
:end