Metropoli BBS
VIEWER: defaultpointers.cmd MODE: TEXT (ASCII)
/****  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!'
[ RETURN TO DIRECTORY ]