Automating sfc /scannow to a button
Im trying to do as the title says just for automation purposes on a button But im hitting the Windows Resource Protection could not start the repair service. error so i added the netstart command to...
View ArticleCompiled script error
Not had this for a while. Script failing with array error gives line number as 15981 Remembering the /striponly and /striponlyincludes parameters of obfuscator, I tried that, but the obfuscated...
View ArticleInstalling FrameMaker 12
Hi there, Does anyone know how to script FrameMaker 12? Below are my coding but for some reason it execute then goes away in seconds....
View Articlehelp with .ie please cart input value
ok this is the html code from within the web page <input onkeypress="EnterKeyLeaves(this.id,event);" onblur="LeaveTextBox(this.id, 'tblARecords_0_hlPointsto', 'tblARecords_0', 'arecord', 'data',...
View ArticleWinWait/WinExists failing
The following code, compiled to x64 exe on Win7, fails to detect the generated window and pop up the second message. What am I doing wrong? Thanks! MsgBox(0, "Shutdown", "This is a test")...
View Articlehelp with read input box
hi there im having trouble with my script coz i want to detect if the input box is empty or not empty so I tried, like this, #include <MsgBoxConstants.au3> Local $input =...
View ArticleIs there a way to detect admin ?
I am explaining : I got my migration's script working fine now BUT... for one command i need to lunch the script in admin and for others command i need to be user cause i am using @user parameters...
View ArticleExit loop
Hi guys I got help creating this little script that moves all content (folders and files) from A to B It works perfect, but I just realized that it never exits the loop. So anything below the "WEnd"...
View ArticleHow to use autoit to load link in firefox
I want to log in the website use firefox. The url is https://weblogin.utoronto.ca/ after log in I want to download the pdf use firefox...
View ArticleSolution Unable to open the script file...?
After compiling the .au3 on Win 7 64-bit get the "Auto it error : Unable to open the script file" on executing the exe. searched the forum tried solutions like disabling Trend Micro etc. Is there any...
View ArticleRunWait(@ComSpec...
Hi all, How can i use a variable in other function in last my script, RunWait(@ComSpec & ' /c ' & 'netsh advfirewall firewall add rule name="test" dir=in action=allow remoteip=$var) $var =...
View Articleget checkbox status from a system tray menu
Hello, is it possible to get the state of a checkbox in a system tray menu? its german and i want to check if the status of the "Bereit" button is check or uncheck. Other option is the hanging...
View Articlechange value within ie
here is the html code of the web page <input onkeypress="EnterKeyLeaves(this.id,event);" onblur="LeaveTextBox(this.id, 'tblARecords_0_hlPointsto', 'tblARecords_0', 'arecord', 'data',...
View ArticleWaterfall DSP display anyone?
Hello, I would like to know if a waterfall dsp display has ever been implemented in autoit. I consider these radio amateur modes (morse code for example) if you know what I mean. The waterfall...
View ArticleOpen new COM port for Arduino
Hello! I have a Arduino UNO and I want to connects it to the other computers using serial communication. The problem is that If I want to control it from other computer I must to add it manually in...
View ArticleGDI+ Write text on bitmap and save it to file
Hello! As in topic I want to create GDI+ bitmap, write text on it and save it to file. Can somebody direct me how to do this?
View ArticleRegRead question
I've used RegRead in many of my scripts successfully but this time I need just a little help. This super simple: $reg_1 = RegRead ("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows...
View ArticleGet MousePos by name
Hello, Anyone can help me how can I get MousePosition by name of file example on screen?
View ArticleStruggling with a small part of my script
I am working on a script to pull up several different windows and cycle between them. At the end of each cycle the page is refreshed. I have ran into an issue with our mail inboxes that causes it to...
View Articlehow to get the current date from the internet
Hay ther i try to get the current date from the internet for a login system. for now im using @mon @year ... to get current date but you could easily crack this system. it would be nice if i could get...
View Article