RE: Mmodifing Windows registry key

2005-06-22 Thread Nazary, David
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

Re: Mmodifing Windows registry key

2005-06-20 Thread Chris Devers
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

Mmodifing Windows registry key

2005-06-20 Thread Nazary, David
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