Gosh, I don't have an empeg shell available right now, but it'd be something like:

Code:
kill `ps ax | grep player | grep -v grep | awk '{print $1;}'`

fidsift.sh
/player/bin/player


I'll double check that soon. I'm sure it's wrong right now (I don't remember the correct player path, or know that awk is installed, or, for that matter, that the empeg's ps puts PID in the first column), but should give someone a start. It should also be possible to fit it into one line for MENUEXEC, but I haven't done any research into how much I can throw at it. I think '&&'s work, so you should just be able to combine those three lines with them.

Anyway, I'll get back to you.
_________________________
Bitt Faulk