DW1 Posted June 12, 2011 Posted June 12, 2011 Hi all, could somebody kindly direct me to a snippet that will find all currently running autoit processes. I know that I have seen this around the forums, but I cannot seem to find it. Thanks everybody! AutoIt3 Online Help
JohnOne Posted June 12, 2011 Posted June 12, 2011 #include <Array.au3> $Array = ProcessList("autoit3.exe") _ArrayDisplay($Array) AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
DW1 Posted June 12, 2011 Author Posted June 12, 2011 Thanks JohnOne, but that isn't what I'm looking for. That will only find all processes with the name autoit3.exe. I have never written and compiled an autoit script under that name. I want to find all processes on the machine regardless of name that were written in autoit. I know this is possible as I have seen the code on this forum before. Thanks, Danwilli AutoIt3 Online Help
DW1 Posted June 12, 2011 Author Posted June 12, 2011 Andreik, that is exactly what I was looking for. Thank you! AutoIt3 Online Help
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