menu menubar {
  MP3 Player
  .Play a song:{
    set %mp3a " $+ $$sfile($scriptdir $+ *.*,Pick a file any file and call it yours) $+ "
    /splay %mp3a
    if ($fline(@mp32,%mp3a,1) != $null ) {
      set %mp3num $fline(@mp32,%mp3a,1)
    }
    ;  unset %mp3num
    /echo -a  | /echo -a 16,4---------MP3--------------- | /echo -a 9Playing: $replace($nopath(%mp3a),$chr(95),$chr(32)) $+ | /echo -a 16,4---------MP3--------------- | /echo -a 

  }
  .Stop the music:/splay -p stop
.Pasue the music
..Pause:/splay -p pause
..Resume:/splay -p resume
}
