autoit
Slow down AutoIt without explicit Sleep() statements
I am trying to exp开发者_运维问答lore AutoIt for automation. Is there a way to increase execution time (wait) rather than use Sleep(3000) after each syntax/command?The interval between key presses and[详细]
2023-02-01 06:00 分类:问答Exclusively Locked File Detection AutoIt
How do I check to see if a file is exclusively locked in AutoIt? I am not talking about read/write access. Also, I have done some research, and if a file is locked, it does not show up in the task man[详细]
2023-01-31 16:09 分类:问答Autoit IniWrite() overwriting key?
Autoit IniWrite() overwriting key? IniWrite(@ScriptDir & \"\\php\\php.ini\", \"Zend\", \"zend_extension_ts\", \'\"\' & @ScriptDir & \'\\Files\\filename1.dll\"\')[详细]
2023-01-30 13:49 分类:问答Is there a way to make AutoIt's WinWaitActive care about if a window is visible
My script is supposed to wait for the "Select File" dialog of IE to appear, then make it go away and replace it with a custom select file interfa开发者_JAVA百科ce. I\'ve gotten it all workin[详细]
2023-01-29 03:32 分类:问答Test If a PC is Logged in Over a Network
Is there any way using Perl, PS Tools, or Autoit, to test a PC,开发者_StackOverflow社区 over my network, to see if it is powered on and logged in?[详细]
2023-01-28 06:46 分类:问答How to get all variables passed to a function in autoit?
Just like func_get_args in PHP, I swear I have seen it somewhere in the do开发者_开发问答cumentation...The only thing I can think of is @NumParams which returns the number of parameters used when call[详细]
2023-01-25 04:48 分类:问答Automating Nightly Build
I am wondering how to trigger an AutoIt script on another PC from my own PC? Please be as descri开发者_开发技巧ptive as possible, I am moderately new to networking and remote commands.[详细]
2023-01-24 11:01 分类:问答AutoIT: Missing Wend for While
All, Below is the code that I have written in AutoIT. $fileToWrite = FileOpen(\"C:\\output.txt\", 1) If FileExists(\"C:\\test.csv\") Then[详细]
2023-01-23 02:33 分类:问答Executing AutoIt script from command prompt
Is there any way to execute my AutoIt script (.au3 file) from command line开发者_开发技巧?You could compile your AutoIt script and run the .exe from the command line.[详细]
2023-01-22 11:09 分类:问答Send an email with AutoIt
How to send an email with AutoIt? Just need a clean example and explanation, containing: to from subject[详细]
2023-01-20 10:17 分类:问答