Originally Posted By: mlord
rwm
player
rom
exit

Using "exit" or at least "exec player" is better than just "player", as that last keeps the shell around in memory while the player runs, whereas "exec player" and "exit" both replace the shell with the player.

Peter