Jump to content

convert .reg into .exe


Recommended Posts


why do you need this?

regedit32.exe /s regfile.reg

Is VERY simple to use.

Also, REG is NO WHERE close to a language. Batch can be converted to EXE because you can make an intepreter for teh language. .REG files aren't a language. They're a data structure

Link to comment
Share on other sites

If you really want this bad, look for Winrar instructions and use the "Run After Extraction" for the

regedit /S regtweaks.reg

The Winrar comment would end up looking something like this:

;The comment below contains SFX script commands

Setup=regedit.exe /S regtweaks.reg
TempMode
Silent=2
Overwrite=2

Link to comment
Share on other sites

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...