home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Education Master 1994 (4th Edition)
/
EDUCATIONS_MASTER_4TH_EDITION.bin
/
files
/
windties
/
winbatch
/
mcitest.wb_
< prev
next >
Wrap
Text File
|
1992-02-27
|
210b
|
12 lines
last="???"
ErrorMode(@NOTIFY)
:loop
last=AskLine("MCI Command",last,last)
LastError()
b=playMedia(last)
if LastError()!=0 then goto loop
if b=="" then goto loop
Display(3,"MCI Results",b)
goto loop