Jump to content

Recommended Posts

Posted

There's probably a script out there, but i've been unable to find one.

I need to convert an export out of a registry into a usable au3 regwite form.

I could copy and paste all by hand, but why do that when it could all be automated.

Thanks

Posted (edited)
Posted (edited)

Why not save time and do a reg import if it's already an export?

Run("reg.exe import c:\temp\regfile.reg")
I would just rather do it in au3, plus i have variables i need to insert Edited by kjcdude
Posted

Search for "Reg2Au3" will reap results. Or if you like, you could convert by rightclick action using SendToA3X ("Send To" -> "AutoIt - Reg2Au3"). Currently Reg2Au3 in SendToA3X only supports REGEDIT4 exports.

:)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...