home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / dfue / misc / md1_17b3_patch / update_microdot < prev   
Encoding:
Text File  |  1997-12-07  |  465 b   |  19 lines

  1. ;
  2. ; $VER: update_microdot 1.3
  3. ;
  4. echo "Dieses Script updatet Ihre MicroDot-Beta-Version"
  5. if not exists MicroDot
  6.     echo "Starten Sie 'Update_MicroDot' in dem Verzeichnis,"
  7.     echo "in dem sich die bisherige MicroDot-Version befindet."
  8.     quit 5
  9. endif
  10. if not exists MicroDot.pch
  11.     echo "Fehler: MicroDot.PCH nicht gefunden."
  12.     quit 5
  13. endif
  14. delete MicroDot.old
  15. rename MicroDot MicroDot.old
  16. spatch -oMicroDot -pMicroDot.pch MicroDot.old
  17. echo "MicroDot-Patch erfolgreich."
  18. quit
  19.