home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: InfoMgt / InfoMgt.zip / roldx25c.zip / QUICKST.CMD < prev    next >
OS/2 REXX Batch file  |  1994-05-07  |  185b  |  6 lines

  1. /* Load VROBJ at startup */
  2. call RXFuncAdd "VRLoadFuncs","VROBJ","VRLoadFuncs"
  3. call VRLoadFuncs
  4. call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysloadFuncs'
  5. call SysLoadFuncs
  6. exit(0)