visit specified URL using proxy
Hi all is it possible to make a script that open a specified URL and use a proxy i have a proxy list and i want a script that visit a site every time from a proxy is this possible ? thanks in...
View ArticleWildcard Folder search and Eraser
I'm trying todo a wildcard search of the entire C:\ drive to find folders which have a value of "xxxxx" for example and then run "eraser" on them to securely delete them from the machine, using the...
View ArticleRunas with "Run as administrator"
Here's the scenario: I have a utility that we use here at work. It is executed with normal user permissions. The application is downloaded from one of our internal websites, and someone who is an...
View ArticlePreconfigured Citrix Receiver
I am a newbie with Autoit - the following script works for me but I just wanted to find out if there was anything wrong with it (I skipped pasting some of the additional registry key settings in the...
View ArticleCopying File & Folders within its own directory?
Hi been messing with this for a while and im stuck I have a folder called Test Files Within that folder is a folder called Music Test What im trying to do is move the contents of the Test Files...
View ArticleControlGetText()
Hello, I am trying to get the text of a chat client but im having some problems. This is the summary of the autoit info tool on the itemPlain Text expandcollapse popup>>>> Window...
View Articlehelp with IE Form elements when the GUI reloads
this code works as expected, except the page reloads and current OPTIONs are lost. How can I keep them persistent? _IELoadWait($oIE) Sleep(2000) $oForm = _IEFormGetObjByName ($oIE, "myform") $tz =...
View ArticleScript that checks a file keeps returning same data even if file was changed?
I have a script that opens up a text file that contains information about a target hour, minute, and second. When I first run the script, the time showed is the time in the text file. However, when I...
View ArticleCrop image search
Hello, I am rather new to Autoit and I'm looking for some tips and tricks. I wonder, is Autoit capable of reading croped images rather than croping? (I did use the search function best I can but found...
View Articlereading subject in outlook
Hi all, i have a script that at the moment will perform a certain task when the script is run for outlook. For example there are 5 unread emails in a certain folder it will then loop through...
View ArticleHow to use Send to dump a variable into a text area..
Local $dog = "Now is the time for all good men." MouseMove(474,298) MouseClick('left') Send("{$dog}") Is it possible to use send to enter a variable. I have tried the above with negative results. I...
View ArticleSOLVED:Icon and background included to the program
Welcome How to add icon and background.jpg to the exe program. So after compiling this files was in exe file and not in folder.
View ArticleCan't lock screen with Send("#l")
does anybody know why the following fails to lock the screen? Send ("#l")
View ArticleExit script if not connected with Ethernet
Hi All, We are looking for a way to exit a script if the PC is not connected via an Ethernet connection. We don't want the script to run if it detects it is connected to Wireless or VPN. All PC's...
View ArticleRun() batch file does not run as if it has been double clicked
I have a batch file with the following command in it... >nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system"||( goto Admin_Error If I use autoit to run...
View ArticlePreform FileReadLine Operation on String Data not File
Topic: FileReadLine Operation on Data String not File Spoiler Q. How do you preform a FileReadLine operation when there is no physical file and without creating a temp file to store the data?...
View Article_FileReadToArray for reading variables
Hi all, I have been using _FileReadtoArray recently and find it very useful. Is there an equivalent function such as _VariableReadtoArray for working with a variable without having to write the...
View ArticleDisable button if input is empty and checkbox unchecked
Hallo forum members, Question? checkbox1 checked, input filled in, then Button1 active. I think this question is ask many times but the search results brings me further away. First start script...
View ArticleSOLVED:Signing program
I want sign my program and I found this http://www.autoitscript.com/forum/topic/66202-digital-code-signing-your-script/page-3#entry839826 But i have one error in last step maybe because I was not...
View Articlevariable issue
Hello IM new to AutoIT I have been Scripting In batch code For a long time What I want to do: I have been trying to make a simple script to communicate over a network Here it is: AutoIt...
View Article