You can play a .WAV file by using the following statements for example:
SET BELL TO "C:\WINNT\MEDIA\DING.WAV", 1
?CHR(7)
Using SET BELL TO must have the name of some .WAV file as the first parameter, and some number as the duration for the second parameter. The second parameter is ignored but meust be there to avoid a syntax error. ?CHR(7) says print the 'BELL' character.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.