Hello,
There are a variety of Windows Update (WUS) VBScripts out there, and here is
ours from its recent commissioning @ Hull College:
www.futuretime15.karoo.net
Its ValidArguments() function, which parses the command-line arguments, is
also worth a look for any newbies to VBScripting.
================================================== ===
Filename: WindowsUpdates.wsf
Description: Automatically downloads and installs relevant updates
Version: Modified 1.0 WindowsUpdates.vbs
Notes: From the Microsoft Shared Computer Toolkit for WinXP
Closing its optional console window kills the task
See also %windir%\WindowsUpdate.log for another log
Large portions are Copyright (C) Microsoft Corporation 2005
Modifications to enhance its interface by Mark Fairpo
Commissioned within Hull-College.ac.uk for a resilient VBScript
Use "WindowsUpdates /?" or "CScript WindowsUpdates.wsf /?" for help
================================================== ===