Code Comments
Programming Forum and web based access to our favorite programming groups.Hi, I have a set of automated scripts that run only when one of my application is not open. Some times I forget to close this application and the scripts fail, can i have a program to check if this application is running and if yes, i need to kill this before my scripts start executing. I am on win2K system. Thanx in advance Suyamindra
Post Follow-up to this messageSuyamindra wrote: > I have a set of automated scripts that run only when one of my > application is not open. That sounds like a daily build script. (Daily builds are one of the topics of this newsgroup.) > Some times I forget to close this application > and the scripts fail, can i have a program to check if this > application is running and if yes, i need to kill this before my > scripts start executing. I am on win2K system. Use Google Groups and search for my street name and "killall". I posted a little program that kills all processes with a given name. If you are not a programmer, then you can't compile it, and you shouldn't use it, because it can kill any process (except those protected by the kernel). -- Phlip http://industrialxp.org/community/b...tUserInterfaces
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.