I don't know what your init looks like. But if you're using the one I put in the "for dummies" file, you would probably change the WHILE loop to look something like this:

while [ 1 ] ; do
echo "Press q now to terminate to a shell prompt."
echo
/drive0/var/getkey q && /bin/bash
echo Running Player...
/empeg/bin/player
/drive0/var/pick_list
done

I simply moved the pick_list command to the end.

Note that I've left the getkey before the player run. You may choose to change that, or maybe not, I'm not sure how you want things to behave if you need to drop to the shell.

I haven't actually tried this myself, it just looks logical to me. Anyone want to try it?

___________
Tony Fabris
_________________________
Tony Fabris