home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Best Objectech Shareware Selections
/
UNTITLED.iso
/
boss
/
educ
/
misc
/
006
/
demo.bat
next >
Wrap
DOS Batch File
|
1990-03-02
|
169b
|
12 lines
echo off
usademo
if errorlevel 12 goto outofmemory
if errorlevel 0 goto success
goto exit
:success
type exit.txt
goto exit
:outofmemory
type error.txt
:exit