home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if not exist winho.exe goto error
- patch
- if errorlevel 1 goto error1
- echo
- echo Patch program reported no errors!
- goto end
- :error1
- echo
- echo Patch program reported an error!
- goto end
- :error
- echo WINHO.EXE must be in the same directory as the PATCH files.
- echo
- echo Copy all the PATCH.* files to the directory with WINHO.EXE
- :end
- echo
- echo
-
-