JEJEJE Posted September 16, 2010 Posted September 16, 2010 hi there..if i may ask is there a possibility to monitor if the program is running??using autoit?? i just like to create a program that could tell whether a program is running.... Thnks in advance
wakillon Posted September 16, 2010 Posted September 16, 2010 (edited) Welcome to the forum !Try $_ProcessName = 'process.exe' While 1 If ProcessExists ( $_ProcessName ) Then MsgBox ( 0, '', $_ProcessName & ' is running !' ) Sleep ( 30 ) WEndOr see for ProcessList function Edited September 16, 2010 by wakillon AutoIt 3.3.18.0 X86 - SciTE 4.4.6.0 - WIN 11 24H2 X64 - Other Examples Scripts
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