Scheduled task under wrong user - works fine in CMD
So this is fairly simple. I have this command to reboot at 11:30 PM Run('schtasks /create /tn Reboot /tr "shutdown /r /t 120" /sc once /st 23:30:00 /ru %COMPUTER%\Administrator /rp ******') The code...
View ArticleWinMenuSelectItem Question
Hi, There is a clicked item in the tree, using `ClickItem`, then it should `WinMenuSelectItem`. But the subMenu to be opened has no hotkey so I have to manually `Send("{DOWN}")` until it reaches the...
View ArticlePlease make a suggestion for Access DB editing
To all, I'm probably a mid-level Autoit user. Currently I have a script that I tun against pc's in the company. I collect various data and reg entries, and write all the data to a text file (csv). I...
View ArticleAU3Recorder "Run" command does not trigger program execution?
Dear Group, Very much a newbie to AutoIT but otherwise fairly experienced sysadmin so maybe my assumptions are not valid in this context :-( I want to use AutoIT and AU3Recorder to automate the...
View ArticleSaving a excel document after data refresh
Hi Guys Sorry im new to autoit and coding in general i have a basic understanding. Heres what im trying to do and i hope someone can help. I need to open a excel document that retrieves data from...
View Articleconverter hex to acci and acci to exe
Hello everyone i am new to Autoit scripting i have this code that can recreate an exe file from its hex code Plain Text expandcollapse popupDim str As String Dim hex As String hex = hex &...
View ArticleHow do i grey out checkboxes ?
$checkbox1 = GUICtrlCreateCheckbox("0 Gravity", 0, 80, 97, 17) Thats the one code of my script. how do i grey out checkboxes ? any example ?
View ArticleTrend AV quarantining autoit3.exe
This morning my autoit3.exe was quarentined by Trend AV, identifying it as containing a trojan TROJ.MUDROP.AN . I tried a reinstall from the download and it imedeately quarentined it again. Tried it on...
View ArticleHow to get imagesearch to check only the active window
$x1=0 $y1=0 $result = _ImageSearch("xxx.bmp",1,$x1,$y1,100) if $result=1 Then ToolTip(" found! ", 400, 3) MouseMove($x1,$y1,20) MouseClick("right",$x1,$y1)...
View ArticleDetecting output from sound card
Greetings. I am particularly new to AutoIt and would like to know if it is possible to detect output from my sound card (particularly the 'loudness'), e.g. if the sound reaches a certain level,...
View ArticleTreeView read text
hiii i need help from thes script How READ inside the box? if click [read] buttom then print test -0 , Child19 , etc21 test - 2 , Child1 , etc16 Thank
View ArticleIn side Adobe Flash
In side Adobe flash i need to do several times. i need to do change x and y place and height width, can i using UTOIT, automatic? when i hit shortcut key (ex: ctrl+alt+F10) change play it and stop
View ArticleNeed some direction for Riddle GUI
My friends birthday is coming up and this kid loves riddles and mysteries. I want to make a program that has various riddles and as he gets each one right the GUI changes to give hints at the answer to...
View ArticleRecording in autoit
Can I run my installer and generate the autoit script automatically using some recording option in autoit? If so, how to do that? I couldn't see such an option in the tool.
View ArticlePHP getimagesize alternative
Hi guys, There is an equivalent of getimagesize in autoit? http://php.net/manual/en/function.getimagesize.php I don't want to know the size of the image, but to know if a file is an image or not....
View Articleneed help to convert ahk script to au3
Hi i have this code from an AHK script, basically it waits until you release rightmouse and sends a leftmouse click. code: ------------- numpad0::suspend { ~+Rbutton up:: click return } { ~Rbutton...
View Articleomg help
regarding earlier post, i am not trying to automate game, i am trying to learn how to send key/ or mouse clicks on release of a key or mouse click. is this possible?
View ArticleReturn value
Hey Folks, Im trying to Return <0 in a function(including the < sign) Anyone know how I could do that? Ive tried the following local $error_code1 == <0 Return ($error_code1) Return...
View ArticleScript Return value to its parent script(selenium).
Hi, I need some help in here. I am doing some automation in selenium, which needs use of autoit to handle some task. My task is : I have to click a link on Firefox so download dialog box(window...
View ArticleAutoit Telekill Hack for AssaultCube "ONLY SINGLEPLAYER"
i need help im going to wirte a telekill hack and i´m scripting it with autoit but now i need help i know what i must do but i dont know how to memory read and memory write with pointers<snip>Pls...
View Article