sshrum 1 Posted January 14, 2011 How do I get the process name (filename.exe) of the currently active window? TIA Sean Shrum :: http://www.shrum.netAll my published AU3-based apps and utilities'Make it idiot-proof, and someone will make a better idiot' Share this post Link to post Share on other sites
JohnOne 1,603 Posted January 14, 2011 WinGetProcess("[ACTIVE]") AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Share this post Link to post Share on other sites
sshrum 1 Posted January 14, 2011 That only returns the PID...not the exe name. Was hoping I wouldn't have to call ProcessList() and do lookups. Sean Shrum :: http://www.shrum.netAll my published AU3-based apps and utilities'Make it idiot-proof, and someone will make a better idiot' Share this post Link to post Share on other sites
sshrum 1 Posted January 14, 2011 Found it..._ProcessGetName Sean Shrum :: http://www.shrum.netAll my published AU3-based apps and utilities'Make it idiot-proof, and someone will make a better idiot' Share this post Link to post Share on other sites