home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / PWAECD11.ZIP / TEST.BAT < prev    next >
DOS Batch File  |  1995-09-03  |  383b  |  17 lines

  1. @ECHO OFF
  2. rem **************************************************************************
  3. rem     TEST.BAT for ECDIZ
  4. rem **************************************************************************
  5. ecdiz -tkibxpvv 45 test.diz new.diz strip.diz
  6. if errorlevel=1 goto yes
  7. if errorlevel=0 goto no
  8.  
  9. :yes
  10. echo diz has been cleaned!
  11. goto end
  12.  
  13. :no
  14. echo no changes in diz.
  15.  
  16. :end
  17.