michelb2 Posted 13 hours ago Posted 13 hours ago i use more then one au3 with autoit3_x64.exe in the same time and i have to know if one specific au3 is launch. but winlist and processlist only answer me the process name (autoit3_x64.exe) or (autoit v3) with winlist how can i know the au3 launch ? (the command line like show with procexp64.exe (process explorer in pstools))
Solution WildByDesign Posted 11 hours ago Solution Posted 11 hours ago I use _WinAPI_GetProcessCommandLine based on what matches what I am looking for from a loop in ProcessList.
Nine Posted 10 hours ago Posted 10 hours ago Another option would be to set AutoIt hidden window to a value of your choice in each script you want to monitor : AutoItWinSetTitle("Script A") And check its existence in another script : If Not WinExists("Script A") Then ; do something here EndIf “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Debug Messages Monitor UDF Screen Scraping Round Corner GUI UDF Multi-Threading Made Easy Interface Object based on Tag
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now