pintas Posted January 16, 2009 Posted January 16, 2009 Is there a way to merge a file within autoit? For example, a exe file inside autoit. I have been looking for this, but the only thing i found was some binders that were not even related to autoit. Thank you.
Mobius Posted January 16, 2009 Posted January 16, 2009 You could either embed your files inside the resource table, then manipulate this data with Zedna's resource functions. Or you could simply use the FileInstall() function which you will find ample help for in the AutoIt3 Documentation.
pintas Posted January 16, 2009 Author Posted January 16, 2009 Thanks man, i was looking exactly for that.
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