home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / PWFOLDER.ZIP / PWFDEL.CMD < prev    next >
OS/2 REXX Batch file  |  1992-04-09  |  290b  |  14 lines

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