;;==========================================================;;
;; Example script for use with the "MJuke" jukebox program. ;;
;;==========================================================;;

; Remember:
;
; Comments are preceded by a ";" character.
; Search paths are preceded by a "#" character.
;
; Make sure that any script file you create has its "s" (script)
; bit set.  You can do this from the command line by typing:
;
; protect file +s
;
; ...where "file" is the name of your script.
;
; Insert paths for all modules in script here at beginning.
; Put each path on its own line, preceded by a "#" symbol.

#stuff:classics		;Some tunes are in this path.
#modules:		;Others can be found here.

; Now just put the filenames of all the modules you'd like to play
; here, with one filename per line.  You can optionally include a
; path specification with any filename.
;
; The selections in the script will be played in a random order.

TranzeSeven
NowWhat3
BlueMood

; Note that you won't be able to use this script, since it's unlikely that
; you have both the songs listed here AND the above named paths. :)  You'll
; just have to make your own script.
