Cambridge10
Programmer
Hi,
I've a wav file which should be automatically played with Windows Media Player but it doesn't.
Windows Media Player is automatically started but it doesn't play the file.
Who's got an idea?
I've a wav file which should be automatically played with Windows Media Player but it doesn't.
Code:
$wmp_path = "C:/Program Files/Windows Media Player/wmplayer.exe";
$wmp_path =~ s/\//\\/g; #convert / to \
system ($wmp_path external.wav);
Windows Media Player is automatically started but it doesn't play the file.
Who's got an idea?