home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / source / wpshidl / samples / pwfolder / remove.cmd < prev    next >
Encoding:
Text File  |  1993-11-18  |  290 b   |  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.