ktruk Report post Posted 04/01/2005 01:22 PM If you play a wav in script, eg: vg.Play_Start(), does it play while the script continues to execute, ie: asynchronously? If so, how does the module-exit settings work? So, if I start a wav in VBS, I want the wav to play, the VBS carries on, while the wav is playing and then exit when both the wav stops, and the script has finished. I don't want the wav or the script to interrupt each other and only want to exit when both are done. Tried testing this, but bit tricky to see it. thx - tim. Share this post Link to post
SupportTeam Report post Posted 04/01/2005 01:42 PM I don't want the wav or the script to interrupt each other and only want to exit when both are done. Select the "Wait until VBScript and sound file completes" option... Share this post Link to post