home *** CD-ROM | disk | FTP | other *** search
/ Amiga ACS 1997 #4 / amigaacscoverdisc1997-041997.iso / w_acs_6'97 / eagleplayer / installdata / arexxexamples.lha / EP_ReqtoolsLibrary.rexx < prev    next >
OS/2 REXX Batch file  |  1993-10-20  |  217b  |  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.