Newbie Windows Registry Question

Stacy stacycollings at yahoo.com
Tue Jul 13 18:10:35 EDT 2004


Thanks Duncan!

That works perfectly!  I told you I was a newbie :)  Now I will be
able to finish up my little XP migration program and try it out next
week....

Thanks again,

Stacy

Duncan Booth <me at privacy.net> wrote in message news:<Xns9525AEA1D44C7duncanrcpcouk at 127.0.0.1>...
> stacycollings at yahoo.com (Stacy) wrote in 
> news:c7c55926.0407120913.6292e61c at posting.google.com:
> 
> > I'm trying to automate some migration tasks on XP and one of the steps
> > involved is to export a reg key to install on a new machine. 
>  <snip>
> > 
> > Any idea what I am doing wrong?
> 
> No, but if you simply want to get the job done, try this:
> 
> os.system(r'reg export HKLM\Software\Adobe c:\python23\samplekey.reg')



More information about the Python-list mailing list