home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
17 Bit Software 4: Phase Four
/
17Bit_Phase_Four.iso
/
files
/
3197b.dms
/
3197b.adf
/
ArexxExamples.lha
/
EP_AddUserPrg.rexx
< 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
OS/2 REXX Batch file
|
1993-10-21
|
244 b
|
17 lines
/* EaglePlayer - Lade angegebenes Userprogram rein */
parse arg userprgname
address 'rexx_EP'
options results
adduserprg userprgname
if result == "no" then do
say "Userprogram not loaded !"
end
else do
say "New Userprogram loaded !"
end