Hello,

I have problems to install multiple microsoft patches at the same time. see code example below:

Code:
 
$PatchBat = "\\Logonserver\Patches"
....

Run $PatchBat + "Windows2000-KB823182-x86-DEU.exe -u -z"
Run $PatchBat + "Windows2000-KB825119-x86-DEU.exe -u -z"
Run $PatchBat + "Windows2000-KB826232-x86-DEU.exe /passive /norestart"
Run $PatchBat + "IE6SP1q824145.exe /q:a /r:n"
....



When I start the kixscript with a logonbat-file all run-commands are startet parallel. That causes errors and the patches won't be installed correctly.

Is there a command like "wait with starting second run-command until first run-command has finished sucessfully"?

i would be very greatful for any help.
thanks

zigi