home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Education
/
collectionofeducationcarat1997.iso
/
SCIENCE
/
TEDDEMO2.ZIP
/
ENGLISH.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-03-28
|
263b
|
22 lines
echo off
if "%2" == "h" goto help
if "%1" == "" goto vege
tdem %1.mic english.lng %2 %3
if not "%3" == "-p" goto wait
teddemo
:help
more <%1.mid
:wait
echo.
echo Type any key to go back to TEDDY DEMO menu ...
pause >nul
teddemo
:vege