home *** CD-ROM | disk | FTP | other *** search
- @echo off
- mode con cols=100 lines=15
-
- rem This batch job includes patches for Windows XP and Windows 2000, German and English
- rem The correct version will be automatically selected for each platform.
- rem Non-matching patches are skipped automatically
-
- echo Installing the/Installieren des Microsoft Patch MS03-026
- Windows2000-KB823980-x86-DEU.exe -u -q -z
- echo Please wait... Bitte Warten...
- cls
-
- echo Installing the/Installieren des Microsoft Patch MS03-026
- WindowsXP-KB823980-x86-DEU.exe -u -q -z
- echo Please wait... Bitte Warten...
- cls
-
-