fly Posted December 8, 2005 Posted December 8, 2005 I need to know when javaw.exe is running and when it stops, but its not an actual window. How can I do that?
fly Posted December 8, 2005 Author Posted December 8, 2005 I need to know when javaw.exe is running and when it stops, but its not an actual window. How can I do that?I ended up doing it with vbscript, but if anyone knows how to accomplish this with autoit2, please let me know!
Beastmaster Posted December 9, 2005 Posted December 9, 2005 You should have a look at AU2's follow up. AutoIT3.I guess it provides a Process command.If forced to stay with AU2 for any reason, check out PsList from www.sysinternals.com which could be called (Run) from within your script.If you are used to AU2 syntax but not willing to swap to AutoIT3, you could check out AutoHotkey, as it provides the Process command as well.Happy scripting. Btw: it should be possiple to use msbackup.exe (DOS) on W98. It provides command line switches.
Beastmaster Posted December 9, 2005 Posted December 9, 2005 Btw: it should be possiple to use msbackup.exe (DOS) on W98. It provides command line switches. Huh, that statement was meant for another post.
fly Posted December 9, 2005 Author Posted December 9, 2005 . Huh, that statement was meant for another post. Thanks. I was trying to stay with v2 for this one, as its much simpler for my coworkers to read... I'll check out pslist. Thanks for your help!
Recommended Posts