home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / prog / arexx / rxarplib.lha / rexx / AddRexxLib.rexx next >
Encoding:
OS/2 REXX Batch file  |  1988-11-06  |  181 b   |  6 lines

  1. /* this adds the support libraries */
  2.  
  3. check = addlib('rexxsupport.library',0,-30,0) 
  4. check = addlib('rexxmathlib.library',0,-30,0) 
  5. check = addlib('rexxarplib.library',0,-30,0)   
  6.