Alec Bennett wrote:
> Reg files are just text files, so why not just create the text files yourself?
>
> Here's a reg file for example:
>
> REGEDIT4
>
> [HKEY_LOCAL_MACHINE\SOFTWARE\Gizmoware\Whatever]
>
> "Name"="Yada"
> "Number"="something"
>   

Because Mike said he needed to extract sections from the existing
registry for audit purposes.  It's up to him to decide whether that's
easier by writing Python or by using "reg export".

Is "something" a number?  ;)

-- 
Tim Roberts, [EMAIL PROTECTED]
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to