home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / wcst2url.zip / deleteOBJ.cmd < prev    next >
OS/2 REXX Batch file  |  1998-01-01  |  284b  |  12 lines

  1. /*
  2.  * Quickly get rid of the Warpcast folders. Check nothing, just delete them.
  3.  */
  4.  
  5.     call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
  6.     call SysLoadFuncs
  7.  
  8.     call SysDestroyObject('<WCASTNEW>')
  9.     call SysDestroyObject('<WCASTUPD>')
  10.  
  11.     call SysDropFuncs
  12.