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:
OS/2 REXX Batch file  |  1993-10-20  |  217 b   |  16 lines

  1. /* EaglePlayer - Filerequester = Reqtools.Library */
  2.  
  3. address 'rexx_EP'
  4.  
  5. options results
  6.  
  7. ReqtoolsLibrary
  8.  
  9. if result == "no then do
  10.     say "Can't use Reqtools.Library"
  11. end
  12. else do
  13.     say "Now using Reqtools.Library"
  14. end
  15.  
  16.