AlexFing17 Posted May 9, 2017 Share Posted May 9, 2017 (edited) Hello , I want to know if its possible to bind exe file to autoIt script into one file (result.exe)? file1 is an autoIt program with scripts compiled into exe ( main program) file2 is another exe file not programmed with autoit. "Duc.exe" (should be open when the main program is runned. is it possible to do this. so that when the final file is run. the duc runs. and the autoit program still working depending on how i coded it. Edited May 9, 2017 by AlexFing17 Link to comment Share on other sites More sharing options...
Subz Posted May 9, 2017 Share Posted May 9, 2017 See FileInstall function Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted May 9, 2017 Moderators Share Posted May 9, 2017 @AlexFing17 You can, of course, use FileInstall which adds your second file to the script at compile time. The second file is then copied out to the destination filesystem and you can run as you see fit. If you are looking for a "no temp file" option, look at the thread below. Be forewarned, it is not a simple process "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! Link to comment Share on other sites More sharing options...
AlexFing17 Posted May 10, 2017 Author Share Posted May 10, 2017 On 5/8/2017 at 6:11 PM, JLogan3o13 said: @AlexFing17 You can, of course, use FileInstall which adds your second file to the script at compile time. The second file is then copied out to the destination filesystem and you can run as you see fit. If you are looking for a "no temp file" option, look at the thread below. Be forewarned, it is not a simple process checking on that.but can you give a code just like that Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted May 10, 2017 Moderators Share Posted May 10, 2017 There is code in the thread, why do you need me to reproduce it here? Rather than just spoon-feeding you code, why not spend the time reading through the thread so you understand how it works? AlexFing17 1 "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! Link to comment Share on other sites More sharing options...
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