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
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
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
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
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
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?
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
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,
...