i am trying to trigger a .wav file using aspect on a windows 2007 machine. when i did this on an XP machine i had no problems. I have another script that i am using with the script below to monitor my SL-100 LOGS and play specific sounds for alarm conditions. Below is the script i am using:
proc main
mciexec "SOUND C:\WINDOWS\Media\test.wave"
endproc
proc main
mciexec "SOUND C:\WINDOWS\Media\test.wave"
endproc