home *** CD-ROM | disk | FTP | other *** search
/ CICA 1996 August / CICA1_0896.bin / install / un_qpv.bat < prev    next >
DOS Batch File  |  1995-05-24  |  331b  |  18 lines

  1. echo off
  2. if not exist c:\wc_qpv\cfg\*.* goto rm_qpv_p
  3. echo y | del c:\wc_qpv\cfg\*.* > nul
  4. rmdir c:\wc_qpv\cfg > nul
  5.  
  6. :rm_qpv_p
  7. if not exist c:\wc_qpv\*.* goto rm_log_p
  8. echo y | del c:\wc_qpv\*.* > nul
  9. rmdir c:\wc_qpv
  10.  
  11. :rm_log_p
  12. if not exist c:\uvconfig.log goto end
  13. del c:\uvconfig.log
  14.  
  15. :end
  16. %1
  17. rmdir c:\newfiles
  18.