creating directories from a list.
Hey Guys, has been a little while since using autoit, just wanting to check im not missing something here? Or can i not use dircreate in a way like this... have a list of names, wanting to create...
View ArticleCant remember what a control is called :/
A lot of apps have a status bar across the bottom of the window that displays info, I know autoit has the functionality to add this, because I've done it in the past, but I cant rememeber what it's...
View Article2 Questions
I'm really posting about 1 problem, but while I'm here, I figured I'd ask another question that I've had for a quite a long time now too My main problem is this: I want a script that will prevent...
View ArticleConverting relative into absolute Coordinates
Since WinMove seems only to work in absolute coordinates I wanted to convert my relative coordinates into absolute ones. The problem is that I can only think of one filthy way to complete that task and...
View ArticleHow to convert Javascript to _FFCmd
This is code for address bar on web browser. javascript:{var evnt = window.document.createEvent('KeyboardEvent');evnt.initKeyEvent('keypress', true, true, window, false, false, false, false, 13,...
View ArticleClick "button" in order to upload a file
I need to click into a div in order to open a file dialog. When i browse the page source i see this <div id="upload_a_file" content_type="files"></div> But when i see the source using the...
View ArticleVery slow performance after the first run!
Hello, I'm currently having a small issue with my script. I'm automating the export of some files with a 3rd party application which lacks a decent way to script around. The app works just fine,...
View ArticleParsing/converting array!
I have had total brain block on this for almost a week, I simply cannot get my head around the logic. Asking if someone else can. It does not look like a difficult problem, but I'm simply...
View ArticleCannot fire this dropdown though I can change it's value
This 'Select' element is on my bank account's page so I can't provide the url. I found an example page at http://events.msdn.microsoft.com where, again, I can change the value of any dropdown but...
View ArticleOpen a file without its name
need some help i have a PHP script that save reports each 30 min in CSV file In the directory is always only 1 file(if there is already a file than script delete it and save new one each 30 min)...
View Articleshift-click system tray icon
Anyone know how to require a shift-right click on the script icon in the system tray to make it do something? I want it to require a shift-right click to trigger an action. I have it working with a...
View ArticleAHK to AutoIT
is there a way to convert an AHK script to perfom the same in AutoIT this AHK is not just sending keystrokes, it launches a PPT based on an INI config, and if the app is modified it will close and...
View ArticleHow to send virtual mouse clicks
I've been reading tutorials for hours but I'm a complete computer newb and I learn best with examples. I'm trying to automate some repetitive tasks mostly using the mouse but I need the mouse to be...
View ArticleInaccurate Desktop Resolution
Using the autoit window info tool or using the macros @desktopwidth or @desktophieght gives me a resolution of 1600 x 900 when in fact I'm using a resolution of 1920 x 1080 is there anyway to correct...
View ArticleHooking into the mouse?
I remember there is a winapi function that allows a user to hook into they keyboard and get all events, is there a hook like this to get all mouse click, without having to check for the click using...
View ArticleNeed Help adjusting my mouse click to different screen sizes
Hi everyone, i have just finished my script, but when i run it on a different PC with a different size click coords change. I did an adjustment for clicking into the window, took the relative coords of...
View ArticleSearching the forums for answers, examples, etc
I'm finding that a whole lot of questions get posted on these forums with very little background searching done by the asking users. I can appreciate the fact that the built-in forum search may not...
View ArticleIs there a way to parse/Read midi files as notes
Hi, i'm trying to read midi files but i cant seem to find a way to do it, i did found lots of examples how to read midi instruments inputs or play midi files but what i want is to parse a file, execute...
View Articlehow to navigate to drop down box on a web page with autoit
I need some general direction (help) on using autoit to navigate to a drop down box (more than one actually) and then select an entry... I have attached a picture of the web page.
View ArticleGetting text from a label control in ie?
Maybe its escaped me, but I cant figure out how to get say the value or text of a label is that updated say via javascript in IE. For example, there is a page that lists the user who created a...
View Article