↧
how to copy a director
I am leaving work for the weekend but thought I would post this. I cannot get a directory to FULLY copy all contents across a network. I can make a folder and name it (not the AutoIT way I know). When...
View ArticleImageSearch not working
Hi there, I've had a bunch of trouble with ImageSearch but currently my script isn't doing anything when I run it but exits a few seconds later with an exit code. This is in the SciTE output. >Exit...
View ArticleNew to autoing/au3recorder
Hey everyone, I'm completely new to autoing and I've never made a script in my life. Through a previous post, I realized I should be using the au3recorder for the script I'm trying to make....
View ArticleHow to kill a program that is not responding
I know this has been a topic of discussion in the past. But since i am a beginner can you help me get the script for killing a program that is not responding? and how can i make this script to run...
View ArticleDiference between _GDIPlus_BitmapCreateFromFile &...
Hi, what is the diference between _GDIPlus_BitmapCreateFromFile & _GDIPlus_ImageLoadFromFile? Thanks.
View Articlebass.au3
Hey ppl, wanna try the bass libraries, and for a start want to use the basic, just the bass.au3 and when i include it on a script i get: [ code='text' ] ( ExpandCollapse - Popup...
View ArticleWindows 8 - Alt+Tab emulation
I'm trying to make an AutoIt script that would quickly (instantly) switch between metro and standard apps on Windows 8. My first try was using WinActivate. While this worked, it was slow. When you are...
View ArticleControlSend when the ID keeps changing
Hi Everyone, I'm having problems getting my AutoIt script to interact with an application's control when I attempt to use ControlSend. As far as I can tell using the Window Info tool, the ID of the...
View ArticleOT: Check up / down / "port open" status *FAST*
Hi. I'm working on a script to "round robin" through a list of Terminal Servers. the PC's host names are like "PC1", "PC2", "PC3", ... at each site, so I just use the "number suffix" to determine,...
View ArticleIE - Scrape Page Contents from Frame where no <body> tag
I'm trying to scrape the rendered text from inside a frame in IE with no success. Can someone please help? CODE OF THE PAGE I'M TRYING TO SCRAPE <html> <head> <meta name=vs_targetSchema...
View ArticleLocate control under mouse location?
Is there any way to get details about the control that is under the mouse cursor. I am going to revive my project idea for enhancing the flexibility and ease of automation for autoit, only doing it all...
View ArticleIf application is idle for 15 minutes, show a pup up message
Hello, I am totally new to this, have a bit knowledge in c++ programing. But I was woundering if some could be kind to pint me to general direction. I want to achieve a simple goal:Detect if the...
View Articlecreate dll that VBA can call
Is there a way that AutoIt can create a DLL that VBA can call rather than an exe that VBA has to shell to DOS and run? I think that it would be much faster? Thanks
View ArticleUnattended Install Help
Hello, I've been working on a script to install an application upon an unattended server installation. The script works fine for installing the application but when I do an unattended install during...
View ArticleWhy _FileListToArray('NAS DIRECTORY','*.rtf') -- returns 4
[ autoit ] ( Popup );EXAMPLE #1 $f_directory = 'c:\1\' ; local hard drive $a_files = _FileListToArray($f_directory, "*.rtf", 1) ConsoleWrite('@error = ' & @error & @CRLF) ; returns 0...
View Articlefile path with username inside
Hi I'm a new starter with AutoIt I need to launch a DirCopy with the user name inside the file path, could you please help me to find what is the correct sysntax ? I search on google, but I can't find...
View ArticleWindows Auto Login with prompted Username
Hi, I am new to AUTOIT and I'm trying to create a .exe that will prompt for username and then pass it into a reg key. This what I've got so far Local $username = InputBox("AutoIt Example", "Please type...
View ArticleHow to Know If the Screen(Monitor) is On or Off?
Hi There's something I tried to do in the past, in AutoIt, and have not succeeded yet. I decided to give it one more try. Here's what it is: When I work on my computer, I sometimes have to go for an...
View ArticleCan AutoIt detect a mouse click in a specific region?
I'm considering using a program called Frameless to display various graphic files -- including some animated gifs. Each graphic will have a button in it for the user to click on to move to the next...
View Article
More Pages to Explore .....