home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / WSTBSK.ZIP / REMOVE.CMD < prev    next >
OS/2 REXX Batch file  |  1992-04-28  |  296b  |  14 lines

  1. /*  */
  2. Call RxFuncadd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
  3. Call SysLoadFuncs
  4.  
  5. '@echo off'
  6.  
  7. RetCode = SysDeregisterObjectClass( "WPWasteBskt");
  8.  
  9. if RetCode then
  10.     say 'Uninstall successfully completed for WPWasteBskt class'
  11.  
  12. say 'Re-boot NOW in order to release DLL'
  13. 'pause'
  14.