Jump to content

Create exe from exe


Go to solution Solved by topten,

Recommended Posts

Posted

I have an autoit compiled exe file. Say 1.exe. For some reason I need this file (1.exe)  to read txt file, say 2.txt. Is it possible to create some script which will be reading 1.exe and 2.txt then it will be producing say 3.exe which will have functions of 1.exe with 2.txt in it?

 

:ermm: , I hope my explanation is not so messy.....

 

 

 

Great thanx in advance!!!!

  • Moderators
Posted

Yes, rewind and start over.

1.  original.exe

2.  text file

3.  concatenate text file one and "original.exe" into a separate executable (eg. updated.exe)

4.  update.exe will not only have new "text file" code but will also still have original.exe code

Do I have the gist? 

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

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
×
×
  • Create New...