home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / ftp.vapor.com / microdot-1 / old / md1_17beta2patch3.lzx / update_microdot < prev   
Text File  |  2014-05-19  |  465b  |  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.