home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / p / 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.