home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
427.lha
/
VLT_v4.846_&_Jr
/
rexx
/
AddRexxLib.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1990-10-03
|
206b
|
9 lines
/** Addrexxlib.rexx
*
* This adds the support libraries
*
**/
check = addlib('rexxsupport.library',0,-30,0)
check = addlib('rexxmathlib.library',0,-30,0)
check = addlib('rexxarplib.library',0,-30,0)