MAIL PROTECTED]
Sent: Monday, June 20, 2005 11:47 AM
To: Nazary, David
Cc: Perl Beginners - CGI List
Subject: Re: Mmodifing Windows registry key
On Mon, 20 Jun 2005, Nazary, David wrote:
> I want to run a script in a continuous loop so that each time it runs
> it will modify a registry key and ge
On Mon, 20 Jun 2005, Nazary, David wrote:
> I want to run a script in a continuous loop so that each time it runs
> it will modify a registry key and get the data against the new key.
>
> Basically, I need to use "reg.exe UPDATE" command from inside a perl
> script. Is it possible?
Yes, but wh
Hi;
I want to run a script in a continuous loop so that each time it runs it
will modify a registry key and get the data against the new key.
Basically, I need to use "reg.exe UPDATE" command from inside a perl
script. Is it possible?
I have seen some examples on the web but they are too compli