Move email from one folder to another in outlook
Ok I have no idea how to get this to do what I want. I am now able to parse data from the email but next step is to then move the email over to a new folder. I am using #include...
View Articleerror in Win7 but not XP
I have a script that runs under Windows XP but not under Windows 7. Both are work computers. The error I get when running my script under Windows 7 is: Line 8327 (path to my script aplet here)...
View ArticleRDP and AutoIT
Scenerio: I have users that have to manually open twenty Remote Desktop connections shrink them to about 1 x 1/2 inch and place them on certian areas on the lower part of thier desktop cascaded. After...
View ArticleCheck if port is open to WAN
Hello, I need to check if a port is open to wan or not, for a P2P messenger I am developing, I was able to write up a small snipplet of code that should work, but seems to always return 1 even if the...
View ArticleProcess closing and reopening
This should be a relatively simple answer, I think. We have an Explorer window that opens to a specific directory on the server so users can acees the programs and scripts that are there. That...
View ArticleHotKeySet using same button to call out 2 different functions
I currently have two functions, each being called out by a hotkeyset. In this case it is F4 calling out function1() and F6 calling out function2(). I would like to make it where if I press F4 two times...
View ArticleOpen file from some directory
Hi all, Ive searched around before creating an account to ask this. But how can I run an autoit script that accesses a specific file from a specific directory? I've tried...
View ArticleNeed help with simple scriping
Hi, i need help for a script. Basically, what I need to do is to make the Keyboard and Mouse run in the active windows while the Gamepad send inputs in the inactive windows (Or vice-versa). This is for...
View ArticleAm I missing something? Is there a PCRE option to escape special literals in...
I'm trying to improve some code and was wondering is there some parameter/command in which I don't always have to escape special literals using _StringRegExpMetaCharacters? As it really increases the...
View ArticleThan blocking in a main loop differs from blocking in WM_NOTIFY
AutoIt expandcollapse popup#include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #include <GuiListView.au3> Opt("GUIOnEventMode", 1) Global $iListView, $hListView...
View Articleis there a better way than CASE select for Combo selection?
so my script was made to load drivers based on a selection from a combo box. i've created a VERY robust system to load drivers when imaging with wds or ghost using a winPE wim. WDS does not work...
View ArticleFolder Sync with sync.au3
I've read the documentation in this script provided by Universalist, and it looks like it will do exactly what I need. However, I did not see a way to add this to the includes in my script and call a...
View ArticleGUICtrlCreateProgress w/ Multiple GUIs
Like several people, I've come to wish that ProgressOn had a cancel/close button, but alas, it does not. I have a rather complex Form w/ multiple objects/tabs/etc and having a GUICtrlCreateProgress in...
View ArticleHotKeySet interfering with other application when window is not active
this is my first question on this website forum. after compiling autoit program..the program is interfering with other application even when the GUI window is not active. For example. Bellow codes...
View ArticleHelp with my Mouseclick to Controlclick?
Hey guys, i'm sorry i'm not very active here... but i've been coding with autoit for a couple years but i cant get this to work. I have tried all kinds of things but to no luck. Its a script that...
View ArticleFile Version and CompiledScript Information
When I hang over the mouse to compiled AutoIT script, it said: "File Version: 3.x.x.x" Search over this forum bring me to add these directives before compile: #AutoIt3Wrapper_Res_Fileversion=1.0...
View ArticleMouse Coords WAS working
This script did work, like a hour ago when i did it and now it wont work. It's suppose to display the tooltip where the mouse coords are but it doesnt go to the mouse, it goes to one of the sides of my...
View ArticleMouse Coords WAS working
This script did work, like a hour ago when i did it and now it wont work. It's suppose to display the tooltip where the mouse coords are but it doesnt go to the mouse, it goes to one of the sides of my...
View ArticleMouse Coords WAS working
This script did work, like a hour ago when i did it and now it wont work. It's suppose to display the tooltip where the mouse coords are but it doesnt go to the mouse, it goes to one of the sides of my...
View ArticleCopying files to multiple locations through internet
My AutoIT scripts is regulary updated. I need to copy those scripts to multiple locations through internet, let say 20 or 50 locations. Any ideas how to do that? I'm thinking like having a service...
View Article