home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 164.lha / ARexx / WB_ARexx_v1.1 / arpfilreq.rexx < prev    next >
OS/2 REXX Batch file  |  1988-04-28  |  210b  |  8 lines

  1. /* This is a test 1*/
  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.  
  7. x = getfile(50,50,"rad:","file","hi there")
  8.