Re: Registerhotkey() Using Win32 API and GUI

2007-09-23 Thread Robert May
On 23/09/2007, Veli-Pekka Tätilä <[EMAIL PROTECTED]> wrote: > Hi, > Has anyone gotten the system wide RegisterHotkey and UnrEgister hotkey > Win32 functions working with Win32::GUI and Win32::API? See here: http://www.mail-archive.com/[EMAIL PROTECTED]/msg05248.html Regards, Rob. > I just tr

Re: Windows PowerShell and .pl association

2007-09-23 Thread Foo JH
IIRC the spacing issue is a standard problem for all programs. If any program (.Net, Java) path has a space, it also has to be quoted. Suresh Govindachar wrote: > Glenn asked: > >> > >> (They have taken the pleasant activity of working at a console and > >> made it miserable drudgery. In

RE: Windows PowerShell and .pl association

2007-09-23 Thread Suresh Govindachar
Glenn asked: >> >> (They have taken the pleasant activity of working at a console and >> made it miserable drudgery. In cmd.exe, I had to be careful to use >> unix find rather than cmd.exe's find. In the power-shell, I am >> finding that more unix commands are over-ridden, for examp

RE: Windows PowerShell and .pl association

2007-09-23 Thread Suresh Govindachar
Jan Dubois wrote: >On Sun, 23 Sep 2007, Suresh Govindachar wrote: >> >> In the cmd.exe shell, I can run a .pl file by typing its name. >> >> However, in the new PowerShell, >> >> http://www.microsoft.com/technet/scriptcenter/topics/msh/download.mspx >> >> I need to pref

RE: Windows PowerShell and .pl association

2007-09-23 Thread Jan Dubois
On Sun, 23 Sep 2007, Suresh Govindachar wrote: > > Hello, > > In the cmd.exe shell, I can run a .pl file by typing its name. > > However, in the new PowerShell, > > http://www.microsoft.com/technet/scriptcenter/topics/msh/download.mspx > > I need to prefix the .pl file with perl. Ho

Windows PowerShell and .pl association

2007-09-23 Thread Suresh Govindachar
Hello, In the cmd.exe shell, I can run a .pl file by typing its name. However, in the new PowerShell, http://www.microsoft.com/technet/scriptcenter/topics/msh/download.mspx I need to prefix the .pl file with perl. How can one get the file association to work in the PowerShell?

Registerhotkey() Using Win32 API and GUI

2007-09-23 Thread Veli-Pekka Tätilä
Hi, Has anyone gotten the system wide RegisterHotkey and UnrEgister hotkey Win32 functions working with Win32::GUI and Win32::API? I just tried but my event handler never gets called. Any help as to why this is would be appreciated. I hope it's some quirk in my own code I just haven't noticed. My

Re: install ActiveState perl rrd module??

2007-09-23 Thread Gregory Guthrie
At 12:12 AM 9/23/2007, Bill Luebkert wrote: Gregory Guthrie wrote: I am trying to install rrd for perl on Windows ActiveState perl. I downloaded the package from rrdTools site, and tried the install instructions, ...