home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Sound
/
Player
/
ep154.lha
/
Eagleplayer
/
InstallData
/
ArexxExamples.lha
/
EP_AddPlayer.dopus
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-10-05
|
302 b
|
19 lines
/* EaglePlayer - Lade den angegebene Player rein */
parse arg playername
address 'rexx_EP'
options results
addplayer playername
if result == "yes" then do
address 'DOPUS.1'
toptext 'Eagleplayer: New Player loaded !'
end
else do
address 'DOPUS.1'
toptext 'Eagleplayer: Player not loaded !'
end