Briandr Posted November 6, 2014 Posted November 6, 2014 Hi, From what I understand when compiling an .au3 script files in the same folder would get added to the exe, unless I am wrong. Can you add an exe to an Autoit exe or should you rename it and then let the Autoit code rename it back? Thanks.
MikahS Posted November 6, 2014 Posted November 6, 2014 It overwrites the already created .exe if that is what you mean. What do you mean by adding an .exe to an AutoIt .exe? I think that is where my misunderstanding lies. Snips & Scripts My Snips: graphCPUTemp ~ getENVvarsMy Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4 Feel free to use any of my code for your own use. Forum FAQ
Briandr Posted November 6, 2014 Author Posted November 6, 2014 I think I found my answer. I need to use Fileinstall(), correct? I have done that with other file types. First time with an EXE
MikahS Posted November 6, 2014 Posted November 6, 2014 I don't even know the question you are asking. Snips & Scripts My Snips: graphCPUTemp ~ getENVvarsMy Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4 Feel free to use any of my code for your own use. Forum FAQ
Moderators JLogan3o13 Posted November 6, 2014 Moderators Posted November 6, 2014 Yes, if you would like to include a file inside your compiled script (be it an image, text file, or another executable) you would use FileInstall. Alternatively, you could look at the Resources and ResourcesEX threads in the Examples forum, but those can be tricky for embedded executables. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
Briandr Posted November 6, 2014 Author Posted November 6, 2014 I made out fine. Thanks to both of you for answering my question.
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