Utilities for the Workplace Shell

This section discusses various techniques that may be applied to the WPS to tailor it to the needs of specific users or groups of users. In general, REXX programs are used here to illustrate the points, although for security and performance these might be rewritten as C programs before widespread distribution.

These procedures assume that SysLoadFuncs has already been loaded, as shown below:

   /* Rexx program that uses RexxUtil functions */
   call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
   call SysLoadFuncs

Refer to Using REXX in OS/2 V2.0 for more details.


[Back: Training and Desktop Configuration]
[Next: Prevent Programs Restarting at IPL]