EndFunc Posted December 15, 2009 Posted December 15, 2009 Can ProcessExist() be used to check on a process on a remote machine? I use it frequently but unsure if it can do a remote computer. Is it possible with this function? EndFuncAutoIt is the shiznit. I love it.
EndFunc Posted December 15, 2009 Author Posted December 15, 2009 Can ProcessExist() be used to check on a process on a remote machine? I use it frequently but unsure if it can do a remote computer. Is it possible with this function?Well I know I can use PsTools suite to get this info but if I can do it without a 3rd party util that would be great. EndFuncAutoIt is the shiznit. I love it.
PsaltyDS Posted December 15, 2009 Posted December 15, 2009 No, but you connect to the WMI COM interface on the remote computer (if WMI service is running) and get the information from the Win32Process class. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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