home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 26
/
amigaformatcd26.iso
/
+system+
/
tools
/
sound
/
eagleplayer2.00
/
rexx
/
ep_addengine.dopus
next >
Wrap
Text File
|
1998-02-26
|
502b
|
25 lines
/* EaglePlayer - start required engine
------------------------------------------------------------------------
Call as:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[ARexx] Eagleplayer2:Rexx/EP_AddEngine.dopus {p} --arg--
where --arg-- is the name of the Engine to start
Flags: none required
*/
parse arg dopusport enginename
address 'rexx_EP'
options results
ascengine enginename 1
address value dopusport
toptext 'Eagleplayer: '||result
end