home *** CD-ROM | disk | FTP | other *** search
/ Unprotect 6 / Unprotect-6.0.iso / update / madnews / madpatch.bat next >
Encoding:
DOS Batch File  |  1995-06-01  |  349 b   |  14 lines

  1. echo off
  2. cls
  3. if "%1"=="" goto param
  4. if not exist %1\yy.exe goto fault
  5. copy yy.exe %1
  6. goto ende
  7. :fault
  8. echo Fehler! In angegebenem Pfad befindet sich kein MADNews.
  9. :param
  10. echo Anwendung: madpatch -pfad-
  11. echo Schreiben Sie in -pfad- bitte den kompletten Pfad, in dem sich
  12. echo MADNews befindet.
  13. echo z.B.: madpatch c:\spiele\madnews
  14. :ende