- or download this
#!/usr/bin/perl
use strict;
use warnings;
...
SendKeys("{D}");
SetForegroundWindow($sound[0]);
PushButton("OK");
- or download this
#!/usr/bin/perl
use strict;
use warnings;
...
SendKeys("{E}");
SetForegroundWindow($sound[0]);
PushButton("OK");