In a message to Peter French, Rolf Behringer wrote re: Hammer&Screwdriver
PF> the dreaded Hammer and screwdriver
PF> (WPObjData) Data File is back in my Templates folder.
RB> Run this REXX script and reboot:
RB>
RB> -- cut ------------------------------------------------------
RB>
RB> /* dereg.cmd */
RB> /* REXX script to deregister the WPObjData class */
RB>
RB> call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
RB> call SysLoadFuncs
RB>
RB> if SysDeregisterObjectClass("WPObjData")
RB> then
RB> say "Success"
RB> else
RB> say "Failure"
Now, I've seen a lot of talk about the WPObjData class and nobody
seems to like it. It's still registered on my system and I
haven't noticed anything awful about it. What's the problem and
why do people want to get rid of it so badly?
* KWQ/2 1.2i * Internet: John.Thompson@attglobal.net
--- PCBoard (R) v15.3/M 10
7102/1
* Origin: Spare Parts BBS - Appleton WI (920-731-7697) (1:139/0)
|