Jump to content

Recommended Posts

Posted

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
Posted

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.

Posted

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.)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...