Developers Jos Posted July 18, 2006 Developers Posted July 18, 2006 What are the features of .a3x?LikeCan you use it in a includeCan you run commandsCan it be runIs it encryptedThere is only one difference between a compiled EXE and A3X: it doesn't contain the runtime module, thus requires AutoIt3 or another program that contains this module. Other than that no differences. 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.
McGod Posted July 18, 2006 Posted July 18, 2006 What are the features of .a3x? Like Can you use it in a include Can you run commands Can it be run Is it encrypted [indent][center][u]Formerly Chip[/u][/center]~UDFs~[/indent][u]IRC.au3 - Allows you to connect to IRC ServersINetCon.au3 - Connects/Disconnects/Check Status of InternetHardware Key - Creates a unique hardware hashScriptComm - Allows you to communicate between scripts using WM_COPYDATA[/u][indent]~Programs~[/indent][indent]SimonAu3ForumsIRC Bot~Web Site~Web Autoit Example[/indent][indent][b][/b][/indent][u][/u]
Affe Posted October 6, 2010 Posted October 6, 2010 There is only one difference between a compiled EXE and A3X: it doesn't contain the runtime module, thus requires AutoIt3 or another program that contains this module. Other than that no differences.Sorry for bringing up an old post, but if I had one autoit exe compiled that calls an a3x on a computer without autoit installed, will it work because the original exe has the module? [center][/center]
Developers Jos Posted October 6, 2010 Author Developers Posted October 6, 2010 Sorry for bringing up an old post, but if I had one autoit exe compiled that calls an a3x on a computer without autoit installed, will it work because the original exe has the module? Isn't that what I said already ? So the answer is yes. From the Helpfile page "Running Scripts": Form1: AutoIt3.exe [/ErrorStdOut] [/AutoIt3ExecuteScript] file [params ...] Execute an AutoIt3 Script File /ErrorStdOut Allows to redirect fatal error to StdOut which can be captured by an application as Scite editor. This switch can be used with a compiled script. To execute a standard AutoIt Script File 'myscript.au3', use the command: 'AutoIt3.exe myscript.au3' Form2: Compiled.exe [/ErrorStdOut] [params ...] Execute an compiled AutoIt3 Script File produced with Aut2Exe. Form3: Compiled.exe [/ErrorStdOut] [/AutoIt3ExecuteScript file] [params ...] Execute another script file from a compiled AutoIt3 Script File. Then you don't need to fileinstall another copy of AutoIT3.exe in your compiled file. Form4: AutoIt3.exe [/ErrorStdOut] /AutoIt3ExecuteLine "command line" Execute one line of code. Jos 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.
Affe Posted October 6, 2010 Posted October 6, 2010 (edited) Hmm, I tried a couple of different methods, but they were all apparently wrong :/ Tried the following: Run(@ScriptDir & "\Peripherals\Watcher.a3x Parameters") ;Parameters are given by the program, so i just put that there as a placeholder Run(@ScriptDir & "\Tools\AutoIt3.exe " & @ScriptDir & "\Peripherals\Watcher.a3x Parameters") ;I copied AutoIt3.exe to this directory thinking it needed to be used to call the program At this point in time, I've given up as it's not a big deal, but would be nice to be able to add extra peripherals to a program with a3x files as opposed to exe files for disk space. Edited October 6, 2010 by Affe [center][/center]
trancexx Posted October 6, 2010 Posted October 6, 2010 Hmm, I tried a couple of different methods, but they were all apparently wrong :/ Tried the following: Run(@ScriptDir & "\Peripherals\Watcher.a3x Parameters") ;Parameters are given by the program, so i just put that there as a placeholder Run(@ScriptDir & "\Tools\AutoIt3.exe " & @ScriptDir & "\Peripherals\Watcher.a3x Parameters") ;I copied AutoIt3.exe to this directory thinking it needed to be used to call the program At this point in time, I've given up as it's not a big deal, but would be nice to be able to add extra peripherals to a program with a3x files as opposed to exe files for disk space. Cool. And Jos even put some words in bold. ♡♡♡ . eMyvnE
Affe Posted October 8, 2010 Posted October 8, 2010 Cool. And Jos even put some words in bold.I did end up getting it. Sorry I made a mistake. [center][/center]
trancexx Posted October 8, 2010 Posted October 8, 2010 I did end up getting it. Sorry I made a mistake.Out of the question. And now, you will have to pay the price. 15 euros on my AlertPay account (trancexx at yahoo dot com). Immediately! ♡♡♡ . eMyvnE
Developers Jos Posted October 8, 2010 Author Developers Posted October 8, 2010 (edited) Out of the question. And now, you will have to pay the price. 15 euros on my AlertPay account (trancexx at yahoo dot com). Immediately!.. and why are you getting it all? Edited October 8, 2010 by Jos 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.
PsaltyDS Posted October 8, 2010 Posted October 8, 2010 Thirty-one. I want one euro for reading this topic. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
AdmiralAlkex Posted October 8, 2010 Posted October 8, 2010 32. I also read it. .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
Affe Posted October 8, 2010 Posted October 8, 2010 Lol @ all When I get paid for my AutoIt work, I'll be sure to pay that Until then, I'll offer this image in lieu of payment. [center][/center]
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