Pandemic Posted August 13, 2009 Posted August 13, 2009 (edited) Current Version: 1.11.1 Changes:Changed the "Ok / Cancel" to "Yes / No"Discovered the "@CurrentDir" function; it now automatically detects what directory it's in every time you run it---So between a combination of boredem and wanting to learn AutoIT's GUI side, I decided to make a script creator. Upon thinking about this, it seems to have evolved into a GUI version of AutoIT. Very interesting... xD<summary>A GUI window pops you, you tell it what to do, it automatically writes the AutoIT code to another file, which is then compiled into an executable (all automated).</summary>Future features:All of the special keysAbility to choice whether or not you want the source code deletedA "winWaitActive" buttonA button that starts a timer, that when expired, logs the position of a mouse (in my attempt to move ever further away from hotkeys)An option to not convert the code to an executable file when completedLittle bugs that I'll fix tomorrow:Help file is neccissaryKnown problems:If you hit "Yes" at the "Create another script" dialogue, it creates a second GUI (anybody got a fix for this? Would $GUI_CLOSE (dunno the exact thing off the top of my head) work?)Sorry if this seems a bit like spaghetti code; I tried, and personally don't think it looks too bad. Comments galore, to make up for it >_<. I should take a day and just try to make it look pretty .If you download it, please leave a comment; good, bad, rating, usefulness, what I can improve, bugs, ect...IMPORTANT: Copy the "Aut2Exe" file to the root directory (of these files), or this script will die. In a fire. A really, really big fire. No joke.(or you can just comment out the parts that actually convert it to an exe. ...Now that I'm typing this out, I'm going to add that to the Future Features list...)-PandemicScript Creator.zip Edited August 14, 2009 by Pandemic
Hellooopsforgotsendcommand Posted November 21, 2009 Posted November 21, 2009 Current Version: 1.11.1 Changes:Changed the "Ok / Cancel" to "Yes / No"Discovered the "@CurrentDir" function; it now automatically detects what directory it's in every time you run it---So between a combination of boredem and wanting to learn AutoIT's GUI side, I decided to make a script creator. Upon thinking about this, it seems to have evolved into a GUI version of AutoIT. Very interesting... xD<summary>A GUI window pops you, you tell it what to do, it automatically writes the AutoIT code to another file, which is then compiled into an executable (all automated).</summary>Future features:All of the special keysAbility to choice whether or not you want the source code deletedA "winWaitActive" buttonA button that starts a timer, that when expired, logs the position of a mouse (in my attempt to move ever further away from hotkeys)An option to not convert the code to an executable file when completedLittle bugs that I'll fix tomorrow:Help file is neccissaryKnown problems:If you hit "Yes" at the "Create another script" dialogue, it creates a second GUI (anybody got a fix for this? Would $GUI_CLOSE (dunno the exact thing off the top of my head) work?)Sorry if this seems a bit like spaghetti code; I tried, and personally don't think it looks too bad. Comments galore, to make up for it . I should take a day and just try to make it look pretty .If you download it, please leave a comment; good, bad, rating, usefulness, what I can improve, bugs, ect...IMPORTANT: Copy the "Aut2Exe" file to the root directory (of these files), or this script will die. In a fire. A really, really big fire. No joke.(or you can just comment out the parts that actually convert it to an exe. ...Now that I'm typing this out, I'm going to add that to the Future Features list...)-PandemicHey this is really cool,well done. Just trying it out. One thing - the first time it starts up it asksfor the current directly!! instead of Directory
insignia96 Posted November 22, 2009 Posted November 22, 2009 FileInstall( "C:\AutoIt3\Aut2Exe.exe", @scriptdir & "\Aut2Exe.exe", 1 ) There ya go! Nice Work too Visit my website to see all my finished releases!Releases here:UDFs:GUI ResizingColor List (Web Colors)GUIFade_NearestPower
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