If you're using REXXUTIL very often and your PC has enough memory (8 MB or more), you should load REXXUTIL in the STARTUP.CMD.
Example for STARTUP.CMD:
/* Important: STARTUP.CMD must be a REXX program to load REXXUTIL! */ call RxFuncAdd "SysLoadFuncs", "REXXUTIL", "SysLoadFuncs" call SysLoadFuncs exit 0
Using REXXUTIL if booted from diskette
If you've booted OS/2 from diskette, you can use REXXUTIL in the following circumstances:
You can't use the WPS related functions from REXXUTIL if booted from diskette, but mostly all other functions work fine. For example I've tested the following functions:
Note: see also the DLL CLTRUTIL included in the OS/2 WARP Server / OS/2 WARP Connect See also New REXXUTIL functions in Object REXX.