/**** Removes 'PM_SysPointer' information from OS2.INI **** **** Reboot your machine after this ****/ call rxfuncadd sysloadfuncs, rexxutil, sysloadfuncs call sysloadfuncs call SysIni 'USER', 'PM_SysPointer', 'DELETE:' if Result = 'ERROR:' then Say 'ERROR' else Say 'OK!'