home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Boldly Go Collection
/
version40.iso
/
TS
/
05B
/
SCHEM1_2.ZIP
/
SCHEM.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-03-21
|
269b
|
19 lines
echo off
cls
if exist return.bat del return.bat
:start
schemati %1
if errorlevel 9 goto cycle
if errorlevel 1 goto end2
goto end
:cycle
call eval
if exist return.bat goto return
goto start
:return
return.bat
return.bat
:end2
echo Internal Error!
:end