home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
400-499
/
ff455.lzh
/
Vlt
/
rexx
/
AddRexxLib.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1991-02-12
|
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)