in reply to Re: Keyboard Lights
in thread Keyboard Lights
Rudif#! perl -w use strict; use Win32::OLE; my $wshShell = Win32::OLE->new('WScript.shell'); $wshShell->sendkeys("{NUMLOCK}"); __END__ perl -MWin32::OLE -e "Win32::OLE->new('WScript.shell')->sendkeys('{NUM +LOCK}')"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Keyboard Lights
by Foggy Bottoms (Monk) on Jun 19, 2003 at 10:01 UTC |