Is it possible to close process directly while operating?
Is it possible to close process directly while operating but not in hotkeyset situation ? By the way, can the tray menu "Exit" & "Script pause" be modified to other names ?(not tray...
View ArticleCase-insensitive string comparison
Which one is more appropriate? The Not keyword or <>? [ autoit ] popupLocal $sString = '' Local Const $fNotKeyword = Not ($sString = '') ; Not keyword. ConsoleWrite($fNotKeyword &...
View ArticleVoting Bot help?
Hi, I'm new to scripting and I need some help making a voting bot for this poll: http://polldaddy.com/poll/6858698/ I want it to vote LA. However, it tracks your browser with cookies (and I think with...
View ArticleType Clipboard contents
I'm trying to make a hotkey (Ctrl-Shift-v) to type the contents of the clipboard for use in situations where a traditional "paste" doesn't work for whatever reason. The problem I'm having is that the...
View ArticleNew to AutoIT - Can't Get a Simple MouseClick working...
I'm trying to program a simple program for self use in Magic Online. I followed a few simple tutorials to get accustomed to the syntax (used to C++) and I've hit a bit of a brick wall with the simplest...
View Articlesolved --> Mouse "over"
Hello to all, I have this script: [ autoit ] expandcollapse popup#include <ButtonConstants.au3> #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> Global $Flag =...
View ArticleWhen I click the textfield....
Here is the test code.. [ autoit ] expandcollapse popup#include <ButtonConstants.au3> #include <EditConstants.au3> #include <GUIConstantsEx.au3> #include...
View ArticleDllUnregisterServer In Explorer.exe
I have unregisterd these dlls but it seems they are still registerd and when I am trying to install the application it seems they are still active. How can I unregister them without reseting windows...
View ArticleStdOutRead(): is it possible to "Attach" to a lauched CMD.EXE?
Hi. I'm just wondering, if it might be possible, to open a CMDline Program and to use StdOutRead() / StdErrRead() to "tee" the output to one log file? I want to still be able to interact with the...
View Article[For Work] Autoit application close when Windows session close
Hi all, I had developped a script for my work and i have a problem. The script is compiled. The problem is it can't stay loaded when i close TSE session to this server. If i don't logoff, but close the...
View ArticleHow to accomplish "background process"
I have a GUI in which I would like to periodically check a) if a text file has been modified and if the names of a file inside a directory have changed. I don't want to put it right inside my While(1)...
View Article[Solved]Kill gui even with a sleep
Hi, When I launch this script I can't close the gui because of the high value of the sleep. I just want the message box appear every 4sec and be able to kill the gui when I want. Anybody has an idea?...
View Articleverification project
Usage: We create a script with a fat amount of updates. This script will read that au3 and output an script that Configuration Management and Testing can use to verify the payload. This should be a...
View ArticleAutoIT read all files in directory
Hey all, I had a few questions, I'm new to Autoit and programming in general, about a week in, I've written a fully functional script or program, most of the information I needed was from the wiki/help...
View ArticleTrying to find a date between two other dates
Not sure how to fix this function...I want the Return to be true if today's date falls between the start date and the end date. I really thought I had this figured out until I ran across an issue where...
View ArticleDate Time Help
I have a Date/Time Parameter that I am attempting to fill out in a YYYY-MM-DD HH:MM:SS format. I am attempting to let my script open up my program, take me to this report screen and then enter...
View ArticleControlgettext specific text
Hey. Since it seems like making 1 computer to command multiple computers to execute a file is a fucking impossible task, I figured perhaps I rather use a chat that the machines can react on when...
View ArticleGot an ERROR with IE.AU3
I am getting an error when running my script...with IE.au3 - I believe that this the only function I am using from this UDF _IECreate() - just using to open internet explorer window with the URL ? I...
View ArticleSQL Database in autoit
Hi, I'm trying to create a sql db, with a "table" (is called like that?) with some data, the table I want to create is like this one: Can some one explain how do I insert data in DB as well as locate...
View ArticleOnly show once
Here is my code: [ autoit ] expandcollapse popupOpt("TrayOnEventMode",1) Opt("TrayMenuMode",1) Global Const $VK_NUMLOCK = 0x90 Global Const $VK_SCROLL = 0x91 Global Const $VK_CAPITAL = 0x14...
View Article