Kivin Posted May 7, 2007 Posted May 7, 2007 Hi everyone! I want to make program which run open source. Example: Compile program: #include <Constants.au3> #include <File.au3> #include <Date.au3> #include <Memory.au3> ShellExecute ("Source.au3","","","run")oÝ÷ Ù*.Ç»v®¶sd×6t&÷cBÂgV÷C´æf÷&ÖFöâgV÷C²ÂgV÷C´ÆÂv÷&²fæRgV÷C²ÃR Will it be work on other PC without installing autoit? Thanks!
Developers Jos Posted May 7, 2007 Developers Posted May 7, 2007 Will it be work on other PC without installing autoit? Thanks!Nope. 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.
Kivin Posted May 7, 2007 Author Posted May 7, 2007 So, there is any way to do this without installing autoit? Perhaps, run with... or other?
Xenobiologist Posted May 7, 2007 Posted May 7, 2007 So, there is any way to do this without installing autoit? Perhaps, run with... or other?HI,what does open source mean in this case? You do not want an executable?So long,Mega Scripts & functions Organize Includes Let Scite organize the include files Yahtzee The game "Yahtzee" (Kniffel, DiceLion) LoginWrapper Secure scripts by adding a query (authentication) _RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...) Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc. MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times
Kivin Posted May 7, 2007 Author Posted May 7, 2007 I want, that some little *.exe file (300-600kb) execute a script in *.au3 format on other PC without installing autoit or others programms!
Developers Jos Posted May 7, 2007 Developers Posted May 7, 2007 I want, that some little *.exe file (300-600kb) execute a script in *.au3 format on other PC without installing autoit or others programms!Have you checked out the option to "compile" your script ?The Helpfile will tell you all about it. 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.
Kivin Posted May 7, 2007 Author Posted May 7, 2007 This is not what i looking for! I want, that some little *.exe file (300-600kb) execute a script in *.au3 format on other PC without installing autoit or others programms! I mean, that the end user can edit script in *.au3 format & run it with this little *.exe file. The programm lines must be written in *.au3 file. *.exe file must be a loader. Sorry for not good english - i wrote as i can. Thanks
MHz Posted May 7, 2007 Posted May 7, 2007 Look in the Index for Command Line Parameters. Using the switch /AutoItExecuteScript should allow an exe file to run an external au3 file.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now