How to open a file
Hello, How can I open a file which is not a executable, like a .docx or .txt..... I would prefer answer which works for all files regardless of the extension TD
View ArticleIs it possible to start any exe file with SciTE and end with SciTE
Hi all, I have made a script and made an exe from it. Now i need to run it with SciTE and end it with SciTE. That means, when i start SciTE, this exe should start and when i close SciTE, this exe...
View ArticleAutoIT and AHK
very new to AutoIT I do have AutoIT running in a terminal service environment I have also bee using AHK for all of my automation scripts I am trying to use a start up script to point to INI file that...
View Articleslider question
Hi, I have a basic slider, with numbers between 1 & 100 and the slider works fine, I click a button which displays a msgbox containing the selected number from the slider control but is there a...
View ArticleCall Tips for Variables?
Hey, Happy Friday from Boulder CO. In my automation setup I have a Test Case file which contains oddly enough test cases and functions specific to those test case. A function file that contains...
View ArticleWeird Browser Issue
Im running a test to make sure browsers connect properly to the internet like this If ProcessExists('iexplore.exe') Then ProcessClose('iexplore.exe') If...
View ArticleHolding a Process on IECreate()
Opening a a webcam test like this Local $oIE = _IECreate('http://www.testmycam.net/') Sleep(3000) $WebCamCheck = MsgBox($MB_YESNO + $MB_ICONWARNING + $MB_DEFBUTTON2,...
View ArticleRemote start scheduled task and wait till it completes
Hello all, First off let me give you some background on the overall process, I'm currently in the process of automating manual tasks we have to do on a few of our servers. These tasks involve running...
View ArticleMove email to another folder in Outlook
Hello, I'm trying to do some work using the Outlook UDF. I can't figure out how to move email which I have just sent from the sent folder to another folder which I have created. As you can guess, I'm...
View ArticlePsExec.exe not working from AU3 script
I am trying to push execution of an EXE on a set of machines on my network. I am probably missing something simple, but I cannot make the code below work. PushIt("testpc") Func PushIt($pcname)...
View ArticleCCleaner daily routine
Hello, Im trying to make program for pc cleaning over night. Basicaly script should run 3 programs, when 1st finish work other start. So my programs is Avira(scan pc),Ultradefragmenter(hdd...
View ArticleFileCopy path error
Hello again everyone, I have another issue I was hoping someone could point out what I did wrong because I have no clue at this point. The part that is giving me trouble is just a FileCopy command but...
View ArticleHigh CPU usage when compiling script uses Fileinstall function
I have this simple script which suppose to run two files once compiled AutoIt expandcollapse popup#NoTrayIcon FileInstall("MyApp.exe", @TempDir &"\MyApp.exe", 1) RunWait(@ComSpec & ' /c...
View ArticleIE intercepting Ctrl+F find function or invoking Find via GUI
I'm trying to intercept the Ctrl+F function in IE so that I can achieve a similar effect of words being highlighted via the input on my gui. To explain better here is my code. What I want is to...
View ArticleWhere i can get the SciTE4 AutoIt3 's icon
Hi all, Where i can get the SciTE4 AutoIt3 's icon ?
View ArticleChecking folder for files if empty then crash
Hi, i have problem, i started using an array for checking files in a folder and adding them to a combobox. But if the folder is empty then my script crashes, i tried to check the array with:...
View Articleloop never end even if true
Hi All could plesae guide what is wrong in the below script the folloowing script never ends even the object is set to true. do i need to modify anything on below script While...
View Article$FT_CREATED and $FT_ACCESSED
Hello everyone, In this topic http://www.autoitscript.com/forum/topic/143676-list-files-in-folders-and-subfolders-quickly/ I found a code (Belini member) that searches files in a very fast AutoIt...
View ArticleLabel set with $WS_EX_TOPMOST and $GUI_ONTOP is hidden when I mouse over...
I have a button over top of which I want to sometimes place a label. I set the label's extended style to $WS_EX_TOPMOST. However, the problem is when I hover over that button, the label is then...
View ArticleOn Compiling Script Wrong Windows Icon Attached to Generated 'exe' File
OS = WinXP Hi, I had a slightly older copy of AutoIt. When I used to compile script I would get a standard AutoIt icon attached to the 'exe' file that the compiler would generate; so in Windows...
View Article