$letter[0][0] = "w"
$letter[0][1] = "x"
$letter[1][0] = "y"
$letter[1][1] = "z"A visual representation of Example 3 would be a 2×2 matrix as displayed in Figure 1.
$letter[0][0] = "w"
$letter[0][1] = "x"
$letter[1][0] = "y"
$letter[1][1] = "z"
If @Username <> "Administrator" Then
RunAsSet("Administrator",@ComputerName,"password")
install()
RunAsSet()
Else
install()
EndIf
Func install()
RunWait("Windows Update 1.exe /passive /norestart")
RunWait("Windows Update 2.exe /passive /norestart")
EndFunc