home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Spiel 1996 September
/
PCS0996.ISO
/
sfinst.bat
< prev
next >
Wrap
DOS Batch File
|
1996-06-06
|
141b
|
9 lines
@echo off
.\inst.exe
if errorlevel -1 goto end
.\uvconfig.exe -gen
.\setup.exe
cls
@echo To run SURFACE TENSION DEMO type 'ST'
:end