Quantcast
Channel: AutoIt v3 - General Help and Support
Browsing all 12506 articles
Browse latest View live

Regular express to array

Hi,   Anyone please help me getting some data from text line into an array by using regexp?   I have a line that looks like:  11:05:40.839855 T2708 DBG Feat stats, sensor 78: BG, p=2000: c=10: 100%. I...

View Article


Sending NMEA data with Teraterm

Hi, I am trying to send NMEA sentences like...

View Article


Image may be NSFW.
Clik here to view.

AutoIt "obfuscator" Missing

Where can i find it ?   TD

View Article

Image may be NSFW.
Clik here to view.

Subscript error

Hi. I know this question has been asked too many times to count, but I'm still asking.   I am doing error checking (I thought) in my script, but yet I still get the infamous "Error: Subscript used on...

View Article

Using a gui button to control togglepause

I want to start my script paused and when I click the pause button I want it to unpause the script. I would also like the pause button to say unpaused when the script is not paused. AutoIt...

View Article


Image may be NSFW.
Clik here to view.

_IEFormElementSetValue

I think I may know the answer to this but figure I will ask just in case there is a way around it     I am navigating to a page where I need to input a path to a file.  I have gone through the process...

View Article

_Startup() - Create Startup entries in Registry Help

Hi,   How come there is a _StartupRegistry_Install and on the Return line a _StartupRegistry_Uninstall? Am I not understanding this correctly or is this a typo? I have also noticed that if $iRunOnce is...

View Article

Wrapper and Aut2Exe

Hi!   My issue is a little hard to explain, but let's try...   I'm developing a improved version of Supercoe's ChunkVNC, a remote support software that used UltraVNC and AutoIT to make a friendly...

View Article


Login website

Hi guys,    I'm trying to login into a website but i cannot seem to find a way to "click" into the login button.   I can submit the info (user and password) but cannot click on the button   html code...

View Article


determine(MUI)

HI   I need some code to determine the UI that is being used in windows (MUI-case) https://msdn.microsoft.com/en-us/library/windows/apps/dd318139(v=vs.85).aspx   where for instance the stat button will...

View Article

Image may be NSFW.
Clik here to view.

Click toolbar button

Hello, (first post)    This question has been asked a thousand times, but I can't get it to work.  I'm trying to click a button on a toolbar. Here's the summary of the toolbar: >>>>...

View Article

How to put a browse pulldown for a box to hold a target filepath?

I hope I can explain this without confusing things too much, I have a new script I created which I can dump a filepath into and then AI populates a search utility with that path.  But I'm finding that...

View Article

How to write the script to expand a for loop description?

Hi,   I want to write a AutoIt script to translate the following strings format, can someone help me?   Thanks.   FROM: forloop param1 {2 3} param2 {9 10} {     The result is output1=$param1...

View Article


Help to write multiple files from an array

How would one use  _FileCreate and an array to create multiple files? #Include <Array.au3> #include <File.au3> Global $Array1[226] = ["2020bb", "2020bba", "2020bbh", "3countb", "alpham2",...

View Article

Need help about ImageSearch

Hj .I would ImgaeSearch In only  a applicaton . Anybody help me.

View Article


Image may be NSFW.
Clik here to view.

Autoit go to website and give information

Hello.   I'm new to autoit and i need some help please.     I want to create a script, where, when i click in a button, it will go to a website, copy the information i want, and give me the information...

View Article

I want to click on save and then ok button while using downloadfile method in...

 I want to click on save and then  ok button while using downloadfile method in autoit to download file- downloadFile -target "" -remoteIP " -remoteUserName  -remotePassword  -action "Save" -file ""...

View Article


_ArrayDelete - variable type after removing last element?

Hi!   Recently, I changed from AutoIt 3.3.8.1 to 3.3.12.0. One of my older scripts broke at an _ArrayDelete statement.   3.3.8.1 - deleting the last element results in an empty string variable, so...

View Article

Image may be NSFW.
Clik here to view.

_IEAction not working

Hello.     Website code: <span class="button_middle">Acesso</span> My code: Local $button = _IEGetObjByName ($oIE, "Acesso") _IEAction($button , "Click")     I'm trying to make it click on...

View Article

Image may be NSFW.
Clik here to view.

question background

Hi Guys. I wrote a lot of autoit scripts in last year and I saw something very annoying. For example when I search some words in a big file. For example in this little function who can rename variables...

View Article
Browsing all 12506 articles
Browse latest View live