home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Sound
/
Player
/
ep154.lha
/
Eagleplayer
/
InstallData
/
ArexxExamples.lha
/
EP_ReqtoolsLibrary.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-20
|
217 b
|
16 lines
/* EaglePlayer - Filerequester = Reqtools.Library */
address 'rexx_EP'
options results
ReqtoolsLibrary
if result == "no then do
say "Can't use Reqtools.Library"
end
else do
say "Now using Reqtools.Library"
end