home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
disk
/
directory
/
browser2.41
/
browserii
/
rexx
/
deliplay.rexx
next >
Wrap
OS/2 REXX Batch file
|
1995-02-27
|
416b
|
21 lines
/* DeliTracker - Load & Play a module */
/* Arguments */
parse arg filename
options results
address command 'WaitForPort -i rexx_DT'
if rc ~= 0 then
do
/* Using WBRun, DeliTracker gets its home dir as current dir
* So it will find its player modules */
address command 'WBRun SYS:Utilities/DeliTracker'
if rc ~= 0 then
exit
address command 'WaitForPort rexx_DT'
end
address 'rexx_DT'
playmod filename