home *** CD-ROM | disk | FTP | other *** search
/ Unprotect 6 / Unprotect-6.0.iso / update / eur1ptch / go51.bat < prev   
Encoding:
DOS Batch File  |  1995-06-05  |  221 b   |  15 lines

  1. @echo off
  2. if not exist %1\texture\eur1.haz goto no_haz
  3.  
  4. :haz
  5. ren %1\texture\eur1.haz eur1.ha!
  6. @echo yyy | eur1_51 %1
  7. echo.
  8. echo Renamed EUR1.HAZ to EUR1.HA!.
  9. goto done
  10.  
  11. :no_haz
  12. @echo yyy | eur1_51 %1
  13.  
  14. :done
  15.