erst einmal danke für das tolle Script!
Ich möchte mir eine einfache Batch zum automatisieren der Downloads basteln, welche die Patches für ein deutsches XP + Office 2003 herunterläd.
- Code: Select all
@echo off
echo.
cd /D cmd
call DownloadUpdates.cmd wxp deu
call DownloadUpdates.cmd o2k3 deu
exit
Muss ich eigentlich zusätzlich zu deu auch glb downloaden? Also auch
- Code: Select all
call DownloadUpdates.cmd wxp deu
call DownloadUpdates.cmd wxp glb
call DownloadUpdates.cmd o2k3 deu
call DownloadUpdates.cmd o2k3 glb