home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff226.lzh / Vlt / rexx / AddRexxLib.rexx < prev    next >
OS/2 REXX Batch file  |  1989-06-25  |  181b  |  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.