Robert May wrote:
#!perl -w
use strict;
use warnings;
use Win32::API();

Win32::API->Import("Kernel32", "Beep", "LL", "L");
Beep(750, 300);
__END__

Yes, that one works! In both RDP and ICA, even with wperl. It works on NT4 and Win2K. Thank you.

--
Lyle Kopnicky
Software Project Engineer
Veicon Technology, Inc.

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to