home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 3
/
Meeting_Pearls_III.iso
/
SYS
/
Rexx
/
PlayMod.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1994-06-23
|
643b
|
33 lines
/*
$VER: PlayMod.rexx 1.0 (22.6.94)
Player for AMosaic using DeliTracker
(C) 1994 by Bernhard Möllemann
You may use it for any purpose,
but this Copyright notice must be included and left intact
*/
Options Results
arg module
/* test for ARexx-Port DELITRACKER and load if nessacary */
if ( Show(P,'DELITRACKER')=0 ) then do
Address Command
Call Pragma(D,':Installed_Progs/mus/DeliTracker_II')
'Run DeliTracker2 >>T:info CX_POPUP NO'
'WaitForPort DELITRACKER'
Call SetClip('__Mosaic_started_DT2','TRUE')
end
if ( Show(P,'DELITRACKER')=1 ) then do
Address DELITRACKER
'SONGEND YES'
'SHOWGUI'
'PLAYMOD 'module
end