help running elevated vbs
hi everyone, i am having trouble executing a very basic run as. [ autoit ] Â Â Â popupLocal $sUserName = "myusername" Local $sDomain = "mydomain" Local $sPassword = "mypassword" Local $sProgram =...
View ArticleHelp this noob start his program.
Hello guys,  I have trouble getting my script started. It runs without error but it does nothing. It is a very simple click bot using my browser to automate some mouseclicks. I am not trying to do...
View ArticleKill Process if it's CPU drops below n%
Hi All, Firstly I am aware that this has been posted and answered before so I apologise in advance - I know how annoying it is repeating yourself but I am stumped, I have read all the posts I could...
View Articleis there a way to change the flow of a script
i have the following code. ; script selectforaddp2 hotkeyset("^ab", "pauseit") while 1 $sencmd = '"p:\mchprocess\selectformcheditB.exe"' $retcode = runwait($sencmd) if $retcode = 8 Then...
View Articlehow do i send a hotkey from a script that will impact a running script
I have a running script that has a hot key "^ab" i want to send("^ab") from another script that will cause the first script to go to then function defined by its hot key. if i do this just as written...
View ArticleMsgBox not takin enter key
Hello all. I am having a problem with my MsgBox. First I have a custom GUI that I create and then after getting the users input in the GUI, I use the HotkeySet in the function for the GUI to get the...
View Articlerandom number generator
This is a very nice script thank you! i just have one question? how does it Randomize without Repetition once you shut the program down or does it?, I would like to add one column and enable a right...
View ArticleCannot get TreeView text anymore
I used to have a script that was able to sucessfully read the data from a TreeView, but somehow this list was changed, and while I am still able to set the cursor on the desired line, and read the...
View ArticleFTP Idle Connections
Got a major dilemna, and after talking to my web hoster, they finally pinpointed the error -- my FTP connections aren't closing. I have $i_passive set to 1 (so it closes the connection afterward), but...
View ArticleWinWaitActive?
I have a job that runs as a scheduled task, but because I have other apps runing on the server, it seems to stop at the login prompt. When you click on it, it then proceeds to run the job without...
View ArticleWinMove on FireFox
I can't seem to change the window size on my FireFox window. It works on other windows, but not on Firefox... Here is my code: WinMove ("[CLASS:MozillaWindowClass]", "", 10, 10) Maybe the class name is...
View ArticleAdd Tab and make it Multilingual
Hey guys. I have made an android rooting program with AutoIT and you guys always helped me out! I really appreciate it! I'm now planning to make it multilingual. I was looking at downloads here are the...
View ArticleProgress
How can Up Value Progress In Autoit think in vb.net write ProgressBar1.Value = ProgressBar1.Value + 5 What Write in Autoit ? i try this code but not work Func Progress() Progress1.Position =...
View Article2 mice. Which one is moving?
Hello All! I have 2 mice connected to my computer. (just 1 cursor). How can I detect which mouse is moving? I've been browsing trying to find a solution for the last few days and I haven't been able...
View ArticleCLASS Question
I am new to scripting and just getting started on an AutoIt tutorial. The tutorial does not mention CLASS, but the examples in the AutoIt help show CLASS as in: WinActivate("[CLASS:Notepad]", "") How...
View ArticleConfiguring System Restore via Autoit
Hey guys, I'm trying to create a script that will automate the settings for System Restore. I am able to open the System Protection settings via command script on Administrator access level, but I'm...
View ArticleInetClose resources
I know InetClose closes the "resources" to make sure it does not leak as the help file says but what kind of resources are we talking about? My reason for asking is I may need to run a script the fires...
View Articletrack compiled au3
I have a compilated script that execute at boot. sometimes it freeze my system. do it have a way to track and debug it, for example, by recording in a file all statements??
View ArticleMultiple value under one variable declare?
Hi, Is there anyway to declare a single variable with multiple value under it? Something like the example code; $ext=386, 3g2, acl, aac $var=RegRead("HKEY_CLASSES_ROOT\." & $ext, "") What I want to...
View Article