Jump to content

Is it possible to Bind an Exe file with Autoit scripts?


Recommended Posts

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 by AlexFing17
Link to comment
Share on other sites

  • Moderators

@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

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

  • Moderators

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?

"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

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
 Share

  • Recently Browsing   0 members

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