Guest bobh Posted September 7, 2004 Posted September 7, 2004 I am trying to do something which should be very simple yet I seem to just not get it. I only want to read a given regkey value and its sub keys and write it to an external file. Like is done if one would manually do an export of those values manually. I am trying to do this as a automated process to protect as a backup. Any simple samples which could help would be useful.
nobby Posted September 8, 2004 Posted September 8, 2004 Hey,You could use regedit with the appropriate switches. Check this article:http://support.microsoft.com/default.aspx?...kb;EN-US;131352 CheersNobby
Matt @ MPCS Posted September 8, 2004 Posted September 8, 2004 bobh, Try the attached code module. It contains a function for 3-tier registry backup and a function to restore any registry file. It has been tested and works on Win 98(SE)/Me/2000/XP. Any suggestions are welcome. *** Matt @ MPCSRegistry.au3
Guest bobh Posted September 8, 2004 Posted September 8, 2004 I just want to thank both replies as both actually worked. I am just totally overwhelmed with the support which I recieved by this group of very professional people inside this forum. Thanks again you guys have made my day.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now