home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 30 fixes_v / 30-fixes_v.zip / y5096291.zip / acsdereg.cmd next >
OS/2 REXX Batch file  |  1996-10-10  |  503b  |  18 lines

  1. /*Load  this file in your  OS2 system editor  and save as ACSDEREG.CMD.*/
  2.  
  3.  
  4. /*Name this file ACSDEREG.CMD*/
  5. /*After running this program reboot and then apply the CSD*/
  6.  /* AcsAgent WPS Class de-installation script */
  7. Call RxFuncadd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
  8. Call SysLoadFuncs
  9. say 'UniMaint WPS Agent Class Deregister Utility'
  10. say '(C)Copyright 1996 by SofTouch Systems'
  11. say ''
  12. call SysDestroyObject "<AccessWPSObject>"
  13. Call SysDeregisterObjectClass'AcsAgent'
  14. exit
  15.  
  16.  
  17.  
  18.