home *** CD-ROM | disk | FTP | other *** search
/ The Mother of All Windows Books / CD-MOM.iso / cd_mom / utility / lang / winbatch / mcitest.wb_ < prev    next >
Text File  |  1992-02-26  |  210b  |  12 lines

  1. last="???"
  2. ErrorMode(@NOTIFY)
  3. :loop
  4.  
  5. last=AskLine("MCI Command",last,last)
  6. LastError()
  7. b=playMedia(last)
  8. if LastError()!=0 then goto loop
  9. if b=="" then goto loop
  10. Display(3,"MCI Results",b)
  11. goto loop
  12.