Jump to content

make a compiled script that is able to compile itself??/


Recommended Posts

okay.

i want people to be able to brand an autoit exe with there own window title and a link on the gui.

so they run setup.exe

they get a gui which asks for window title and affiliate link.

then they hit the okay button

now that setup.exe compiles program.exe using the entered information...

can i make an autoit compiled executable have the ability to create another autoit compiled executable on the fly without autoit on the host pc?

Link to comment
Share on other sites

  • Developers

I would also say why?

Don't see the need for that when you can store these variables into an INI or Registry and use them at the start-up of the script to set the Window title etc..

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Link to comment
Share on other sites

i solved this myself.

so in my main script the form name for the gui is $title

and then where it says click here for more information the shellexecute is $url

then on my builder script it asks for the title and url then writes them to the top of mainscript.au3 and compiles by calling aut2exe.

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...