home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The World of Computer Software
/
World_Of_Computer_Software-02-387-Vol-3of3.iso
/
t
/
tguquit.zip
/
TG.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-01-12
|
395b
|
27 lines
@echo off
telegard %1 %2 %3 %4 %5
echo ath1m0>com1
if exist c:\bbs\iwantit.tmp goto iwantit
goto end
:iwantit
del c:\bbs\iwantit.tmp
cls
echo Come and get it!!!
c:\sbpro\sbfmdrv>nul
c:\sbpro\cmf\playcmf c:\sbpro\cmf\mozart1.cmf>nul
wait 30
if errorlevel 2 goto itsmine
if errorlevel 1 goto end
:end
echo ath0m3>com1
cd\fd
front
goto end2
:itsmine
echo Enjoy!
:end2