home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 3
/
Meeting_Pearls_III.iso
/
Pearls
/
comm
/
Internet
/
AMosaic
/
Rexx
/
PlayMod.rexx
Wrap
OS/2 REXX Batch file
|
1995-09-26
|
427b
|
21 lines
/* $VER: cab_PlayMod.rexx 1.0 (23.09.95)
*
* plays a MOD file using DeliTracker II
*
*/
arg filename
/* run DeliTracker if not already active */
if ~show(p,'DELITRACKER') then do
address command 'Run <NIL: >NIL: :Pearls/mus/DeliTracker_II/DeliTracker2 PLAYSTART=NO'
'WaitForPort DELITRACKER'
end
/* tell DeliTracker to play the MOD file */
if show(p,'DELITRACKER') then
address 'DELITRACKER' 'PLAYMOD' filename