Jump to content

Recommended Posts

Posted (edited)

Hey all, just making a script that will write a .au3 with options then compile it. I have the writing part working fine, but I'm not sure how to compile it, any help?

Edited by Minikori

For those who are asking questions, look in the help file first. I'm tired of people asking stupid questions about how to do things when 10 seconds in the help file could solve their problem.[quote name='JRowe' date='24 January 2010 - 05:58 PM' timestamp='1264381100' post='766337'][quote name='beerman' date='24 January 2010 - 03:28 PM' timestamp='1264372082' post='766300']They already have a punishment system for abuse.[/quote]... and his his name is Valik.[/quote]www.minikori.com

Posted

There isn't a function that does that.

No UDF? Not even a .dll or anything?

For those who are asking questions, look in the help file first. I'm tired of people asking stupid questions about how to do things when 10 seconds in the help file could solve their problem.[quote name='JRowe' date='24 January 2010 - 05:58 PM' timestamp='1264381100' post='766337'][quote name='beerman' date='24 January 2010 - 03:28 PM' timestamp='1264372082' post='766300']They already have a punishment system for abuse.[/quote]... and his his name is Valik.[/quote]www.minikori.com

Posted

No UDF? Not even a .dll or anything?

I'm not sure if I understand what your asking...

IF you're asking about a UDF that runs the 'Aut2Exe' then yes there are several UDF's around here to do that. I've even seen some that install the UPX/Aut2Exe combo on a computer before compiling.

Use forum search. :)

Posted (edited)

If you want to compile a script you have to call the aut2exe program. This means that compiled, distributed scripts won't be able to compile other scripts unless AutoIt is installed on each computer.

Edited by Richard Robertson
Posted

You will have to include Aut2exe.exe, upx.exe and AutoItSC.bin with Fileinstall() or some other way in the exe.

Then you can use the commandline to compile it without having AutoIt installed. :)

Posted

Not very fond of all this, could someone make an example that I could work off of?

For those who are asking questions, look in the help file first. I'm tired of people asking stupid questions about how to do things when 10 seconds in the help file could solve their problem.[quote name='JRowe' date='24 January 2010 - 05:58 PM' timestamp='1264381100' post='766337'][quote name='beerman' date='24 January 2010 - 03:28 PM' timestamp='1264372082' post='766300']They already have a punishment system for abuse.[/quote]... and his his name is Valik.[/quote]www.minikori.com

Posted

What is wrong with using AutoIt3Wrapper (F7) and the GUI (Ctrl+F7) from within the full SciTE4AutoIt3 version?

Jos

Because it's in my script that I compile another script, and thanks SwiftBurns that worked.

For those who are asking questions, look in the help file first. I'm tired of people asking stupid questions about how to do things when 10 seconds in the help file could solve their problem.[quote name='JRowe' date='24 January 2010 - 05:58 PM' timestamp='1264381100' post='766337'][quote name='beerman' date='24 January 2010 - 03:28 PM' timestamp='1264372082' post='766300']They already have a punishment system for abuse.[/quote]... and his his name is Valik.[/quote]www.minikori.com

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