Generator Posted March 28, 2007 Posted March 28, 2007 Hi everyone, I am wondering, is there anyway to get a Process's PID when the program runs it auto runs in background and do not show up as active windows. So basically I am stuck, for example: Run("Beta.exe") ;This program is made with autoit and it does not have an active windows ;As the example shown in help file it needs to be an active windows(Maybe I am wrong) ;So I have get its PID, but how? D: Thanks for helping. Generator
The Kandie Man Posted March 28, 2007 Posted March 28, 2007 Like this: $i_PID = Run("Beta.exe") Msgbox(0,"The PID is:",$i_PID ) Is that what you were looking for? "So man has sown the wind and reaped the world. Perhaps in the next few hours there will no remembrance of the past and no hope for the future that might have been." & _"All the works of man will be consumed in the great fire after which he was created." & _"And if there is a future for man, insensitive as he is, proud and defiant in his pursuit of power, let him resolve to live it lovingly, for he knows well how to do so." & _"Then he may say once more, 'Truly the light is sweet, and what a pleasant thing it is for the eyes to see the sun.'" - The Day the Earth Caught Fire
Generator Posted March 28, 2007 Author Posted March 28, 2007 Like this: $i_PID = Run("Beta.exe") Msgbox(0,"The PID is:",$i_PID ) Is that what you were looking for?Thanks a lot, lot simple than I think *Stupid Me*
Apple Posted March 30, 2007 Posted March 30, 2007 Do you guys know how to call the PID and make it an active window? Example: Have 3 clients running all have the same name so i grab the pid of all of them. Now i want to switch between them. Ideas?
jvanegmond Posted March 30, 2007 Posted March 30, 2007 Do you guys know how to call the PID and make it an active window?Example:Have 3 clients running all have the same name so i grab the pid of all of them.Now i want to switch between them. Ideas?Wow... What a wonderful search feature http://www.autoitscript.com/forum/index.php?showtopic=8179 github.com/jvanegmond
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