home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 - Microsoft Services / SUPPORT_SERVICES.ISO / fscommand / fixes / fixblast / fixblast.cmd next >
Encoding:
Text File  |  2003-10-09  |  567 b   |  18 lines

  1. @echo off
  2. mode con  cols=100     lines=15
  3.  
  4. rem This batch job includes patches for Windows XP and Windows 2000, German and English
  5. rem The correct version will be automatically selected for each platform.
  6. rem Non-matching patches are skipped automatically
  7.  
  8. echo Installing the/Installieren des Microsoft Patch MS03-026
  9. Windows2000-KB823980-x86-DEU.exe -u -q  -z
  10. echo Please wait... Bitte Warten...
  11. cls
  12.  
  13. echo Installing the/Installieren des Microsoft Patch MS03-026
  14. WindowsXP-KB823980-x86-DEU.exe -u  -q -z
  15. echo Please wait... Bitte Warten...   
  16. cls
  17.  
  18.