home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: SysTools / SysTools.zip / pmcron03.zip / deinst.cmd < prev    next >
OS/2 REXX Batch file  |  1996-05-09  |  300b  |  10 lines

  1. /* deinstall the Cron Daemon from the desktop and delete the INI entries */
  2. call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
  3. call SysLoadFuncs
  4.  
  5.   if \SysDestroyObject('Cron') then
  6.     say 'Cannot delete program.'
  7.  
  8. /* Delete INI entries */
  9. call SysIni "USER","Cron Daemon","DELETE:"
  10.