Jump to content

Recommended Posts

Posted

Is it possible to make a executable file from script, for example: programs is saved a autoit script and I want to make it executable without using Aut2Exe.

i542

I can do signature me.

Posted

It's obviously possible if the Aut2Exe works. You'd have to figure out what the .exe is written in (hex? I believe) and convert it. You'd also have to figure out what allows it to be standalone

  • Developers
Posted

Is it possible to make a executable file from script, for example: programs is saved a autoit script and I want to make it executable without using Aut2Exe.

i542

Write your own Compiler and Linker ?

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

Posted

The next question would be .....BUT WHY ?

Firefox's secret is the same as Jessica Simpson's: its effortless, glamorous style is the result of — shhh — extensions!

Posted

Is it possible to make a executable file from script, for example: programs is saved a autoit script and I want to make it executable without using Aut2Exe.

i542

Why not include the aut2exe in the original compiled script with FileInstall?

Posted

The next question would be .....BUT WHY ?

...

Why not?

Write your own Compiler and Linker ?

No. Just to compile 2 lines of code which are generated by script.

i542

Why not include the aut2exe in the original compiled script with FileInstall?

I will try.

i542

I can do signature me.

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