home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Stars of Shareware: Windows Tools
/
SOS-WIN_TOOLS.ISO
/
programm
/
divers
/
wb_41e
/
mcitest.wb_
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-02-27
|
210 b
|
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