home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / rxhll.zip / LOADFUNC.REX < prev    next >
OS/2 REXX Batch file  |  1993-04-13  |  272b  |  12 lines

  1.  
  2. /* #include LoadFunctions.rex */
  3.  
  4. LoadFunctions: procedure
  5.    /**
  6.    ***   This will load the DLL for the Rexx system functions supplied
  7.    ***   with OS/2 v2.0
  8.    **/
  9.    call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
  10.    call SysLoadFuncs
  11.    return
  12.