I use Winamp for my music and Last.fm to track my musical diagnostics. The only time I need Last.fm up is when Winamp is up. It launches automatically with Winamp, but does not disappear with Winamp. How can I make LastFM.exe close gracefully when winamp.exe closes?

link|improve this question

0% accept rate
You could put something together using the task scheduler. You'd need to enable process auditing, set up a trigger in task scheduler to look for the process termination event, then run some custom action (like a batch file) that looked for and terminated the desired process if necessary. It's quite a bit of effort and I'm not sure how bad you need it. I've outlined the basics and if you're somewhat technically inclined (comfortable writing fairly complex batch files), you could do it. It is doable. – BillP3rd Jun 27 '11 at 3:52
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.