home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / PRIVF.ZIP / REMOVE.CMD < prev    next >
OS/2 REXX Batch file  |  1992-11-10  |  230b  |  12 lines

  1. /*  */
  2. Call RxFuncadd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
  3. Call SysLoadFuncs
  4.  
  5. '@echo off'
  6.  
  7. RetCode = SysDeregisterObjectClass( "PrivF");
  8.  
  9. if RetCode then
  10.   say 'Uninstall successfully completed for PrivF class'
  11.  
  12.