home *** CD-ROM | disk | FTP | other *** search
- ; This is an example CLI script to load three songs into
- ; EdPlayer as a program, and start playing them.
-
- ; This is basically the ExampEdP.rexx translated for CLI.
-
- ; To use: Go to a CLI and type: CD EdPlayer1.0:EdPlayer
- ; Then type: RUN <NIL: >NIL: EdPlayer
- ; Make sure no programs are in EdPlayer now...
- ; Then type: EXECUTE ExampEdP.CLI
-
- telled NTSC ;The following song(s) are to be played in NTSC mode.
- telled AUTO ;The following song(s) do NOT fade out.
- telled JUKE EdPlayer1.0:modules/mod.davey trees ;song 1: NTSC, no fade.
-
- telled AUTO 4 ;The following song(s) fade out at the normal rate (4).
- telled JUKE EdPlayer1.0:modules/mod.exceedingly.silly ;song 2: NTSC, fade 4
- telled JUKE EdPlayer1.0:modules/mod.ghewo ;song 3: NTSC, fade 4
-
- telled AUTO ;The following song(s) do NOT fade out.
- telled JUKE EdPlayer1.0:modules/mod.spacedweeb.new ;song 4: NTSC, no fade.
-
- telled NEXT ;Start playing the whole thing!
-
-