lolp1 Posted March 2, 2007 Posted March 2, 2007 I've been looking around, and so far it seems I can only get the PID from the window title name, cant seem to find a func to get it from the process name. Any advice?
Moderators SmOke_N Posted March 2, 2007 Moderators Posted March 2, 2007 I've been looking around, and so far it seems I can only get the PID from the window title name, cant seem to find a func to get it from the process name. Any advice?$iPID = ProcessExists('notepad.exe') MsgBox(64, 'Process ID', $iPID) Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
lolp1 Posted March 2, 2007 Author Posted March 2, 2007 Thanks, I'll give that a try. (Now that I read the help file a bit more in-deph, I think I looked over that.)
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