I want to have a script run once a week on my server to stop a process (Winamp Orb, which has massive memory leaks) and then restart it. I figure I'll put a batch file in scheduled tasks, that much is fine.
What would I put in the batch file though? Is it possible to actually exit the program rather than just killing the process?
Thanks for any help.
What would I put in the batch file though? Is it possible to actually exit the program rather than just killing the process?
Thanks for any help.