Moonwaltz Posted December 12, 2006 Posted December 12, 2006 I need to use a script to import a .reg file. I tried the run command but that doesn't work, is there a way to use the reg file or am I going to have to make an entry for every reg key?
MHz Posted December 12, 2006 Posted December 12, 2006 RunWait('regedit /s "' & $pathtoyoutdile & '"')otherwise a converter is available here.
boltc Posted December 12, 2006 Posted December 12, 2006 if it doesnt work i know another way to import a regfile.
Moonwaltz Posted December 12, 2006 Author Posted December 12, 2006 I'm game. It's always better to know multiple ways to do something.
MHz Posted December 12, 2006 Posted December 12, 2006 if it doesnt work i know another way to import a regfile.Please, suggest.
boltc Posted December 12, 2006 Posted December 12, 2006 (edited) #include <Process.au3> $regimport = '"' & "c:\registerfile.reg" & '"' _RunDos("reg import " & $regimport) Edited December 12, 2006 by boltc
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