kalayaan 0 Posted April 12, 2004 Hi, I'm trying to run random exe files stored in a folder using the Run("c:\app.exe",...) function, question is: is there any way to close an app started this way when you don't know the window title? Thanks a lot. Share this post Link to post Share on other sites
Valik 478 Posted April 12, 2004 ProcessClose("app.exe") Share this post Link to post Share on other sites