Atti 0 Posted February 2, 2005 I've been having troubles getting my autoit to accept GUI commands and im wondering if anyone could send me a zipped version of autoit that will let me use GUI commands. (ps: i d/l'd all the files from the autoit beta directory and it still gave me errors when i tried GUi commands) Attiwow@yahoo.com or attach it (if its less than 1mb ) Thx Share this post Link to post Share on other sites
MHz 80 Posted February 2, 2005 (edited) You may need to have a copy of copy of GUIConstants in the same directory as you main script, then just add at the top of your script.#include <GUIConstants.au3> Or you could store the GUIConstants in a folder somewhere, and use the full address in the #include directive. Edit: This is for the zip version, the installer has a include folder pre-defined. Edited February 2, 2005 by MHz Share this post Link to post Share on other sites