I want to run a wave file from the command button (like in "Quicken" when you save an entry??). I tried
but I get "Invalid procedure call or argument" error when it executes. Any suggestions?
I think I must instantiate an instance of maybe Windows Media Player or something to run in the background. If this is the case, is there a way to do this so that this doesn't have to be done. Instantiating this large application (Media Player) is not ideal due to the time it takes to open the app.
Thanks.
Code:
shell "c:\myfiles\mywav.wav"
I think I must instantiate an instance of maybe Windows Media Player or something to run in the background. If this is the case, is there a way to do this so that this doesn't have to be done. Instantiating this large application (Media Player) is not ideal due to the time it takes to open the app.
Thanks.