home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Troubleshooting Netware Systems
/
CSTRIAL0196.BIN
/
attach
/
pcc
/
v08n06
/
chemist.exe
/
TEDDEMO2.EXE
/
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