Here's a little tutorial I made for a friend on Win32::TieRegisty.  It
should explain the basics.  You can open it with notepad or whatever perl
editor you use to read it, and executing it will add the registry keys
discussed in the tutorial.

-----Original Message-----
From: Dave Roth [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 11, 2002 7:34 AM
To: 'Edgington, Jeff'; [EMAIL PROTECTED]
Subject: RE: help modifying the windows registry with Perl


My "Standard Extensions" book explains how to use Win32::Registry.
http://www.roth.net/books/extensions2/

dave

-----Original Message-----
From: Edgington, Jeff [mailto:[EMAIL PROTECTED]] 
Sent: Friday, July 05, 2002 5:49 PM
To: [EMAIL PROTECTED]
Subject: RE: help modifying the windows registry with Perl


Win32::Registry or Win32::TieRegistry





-----Original Message-----
From: Denmark Weatherburne [mailto:[EMAIL PROTECTED]] 
Sent: Friday, July 05, 2002 5:17 PM
To: [EMAIL PROTECTED]
Subject: help modifying the windows registry with Perl


Hi Gurus,

I need to automate the following steps in batch mode.
1.) I need to backup a registry key located in Hkey_Local_Machine_Software
1.) I need to delete a WinNT or Win2000 registry key located in
    Hkey_Local_Machine_Software
2.) I need to create a registry key in the same location
3.) I need to restore a registry key over this created key from
    a backup .reg file
4.) I need to run an OS command to unzip a directory structure to
    the local hard disk.

I know I've seen a module on this forum that can modify the registry. I
would appreciate any example source that you could share which shows how to
accomplish what I need to do. I think VBS is capable as well. I would
appreciate some advice on the most efficient tool to use for this solution.

Thanks in advance for your time.

Denmark W.
Belize


_________________________________________________________________
Join the world's largest e-mail service with MSN Hotmail. 
http://www.hotmail.com

_______________________________________________
Perl-Win32-Admin mailing list [EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
_______________________________________________
Perl-Win32-Admin mailing list [EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Attachment: Win32-TieRegistry_Tutorial.pl
Description: Binary data

Reply via email to