View Single Post
Old 05-12-2008, 12:47 PM   #13
monkeyracer
Wants to make it harder
 
monkeyracer's Avatar
 
Join Date: May 2007
Location: Lakehood, CO
Posts: 1,404
Quote: Originally Posted by JohnWPB View Post
Its not a perfect solution, but works perfectly for me. I simply wrote a small script, that I can pass the name of a task to, and it will kill it.

To Kill Winamp for instance, I have the following line in my Exectbl.ini:

Code:
"KillWinamp","RunQ;$skinpath$scripts\Kill_Task.exe|winamp.exe"

On the Exit button in my skin, I have:

Code:
"KillWinamp||QUIT"

This way when I close RR, Winamp is forced to close.

Simply change the winamp.exe to any process you want to kill and create more lines in the exectbl for each thing you want to be sure is closed, Rainlender for instnace:

Code:
"KillRainlender","RunQ;$skinpath$scripts\Kill_Task.exe|Rainlender.exe"

SO now your exit button would have the following code to close both:

Code:
"KillWinamp||KillRainlender||QUIT"

Attached it the zipped up .exe

Try this.
__________________
2007 Chrysler PT Cruiser TE
Car PC Progress:
Planning.......[---------X-] 95%
Parts...........[---------X-] 90%
Fabrication...[---------X-] 90%
RR Skin........[---------X-] 95%
View my
Worklog
Road Runner Skins
Website
Favorite thread EVER!
monkeyracer is offline   Reply With Quote