Guest bobh 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. Share this post Link to post Share on other sites
nobby 0 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 Share this post Link to post Share on other sites
Matt @ MPCS 0 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 Share this post Link to post Share on other sites
Guest bobh 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. Share this post Link to post Share on other sites