home *** CD-ROM | disk | FTP | other *** search
/ Unprotect 6 / Unprotect-6.0.iso / update / whopatch / winhoup.bat < prev   
Encoding:
DOS Batch File  |  1993-07-14  |  377 b   |  20 lines

  1. @echo off
  2. if not exist winho.exe goto error
  3. patch
  4. if errorlevel 1 goto error1
  5. echo 
  6. echo Patch program reported no errors!
  7. goto end
  8. :error1
  9. echo 
  10. echo Patch program reported an error!
  11. goto end
  12. :error
  13. echo WINHO.EXE must be in the same directory as the PATCH files.
  14. echo 
  15. echo Copy all the PATCH.* files to the directory with WINHO.EXE
  16. :end
  17. echo 
  18. echo 
  19.  
  20.