home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 30 fixes_v / 30-fixes_v.zip / u5100140.exe / ACSDEREG.CMD next >
OS/2 REXX Batch file  |  1999-09-01  |  428b  |  13 lines

  1. /*Name this file ACSDEREG.CMD*/
  2. /*After running this program reboot and then apply the CSD*/
  3. /* AcsAgent WPS Class de-installation script */
  4.  
  5. Call RxFuncadd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
  6. Call SysLoadFuncs
  7. say 'UniMaint WPS Agent Class Deregister Utility'
  8. say '(C)Copyright 1999 by Sierra HyperStar Software'
  9. say ''
  10. call SysDestroyObject "<AccessWPSObject>"
  11. Call SysDeregisterObjectClass'AcsAgent'
  12. exit
  13.