:: Install all updates and hotfixes for Windows XP SP3 @Echo off :: Note that since we are pushing these commands onto the to-do stack, :: they will be executed in the opposite order. todo.pl "%Z%\scripts\winxpsp3-extras.bat" :: Install all updates for Windows XP SP3 :: Get a list from Microsoft Security Bulletins :: http://www.microsoft.com/technet/security/current.aspx todo.pl "%Z%\scripts\winxpsp3-up1002.bat" todo.pl "%Z%\scripts\winxpsp3-up1001.bat" todo.pl "%Z%\scripts\winxpsp3-up0912.bat" todo.pl "%Z%\scripts\winxpsp3-up0911.bat" todo.pl "%Z%\scripts\winxpsp3-up0910.bat" todo.pl "%Z%\scripts\winxpsp3-up0909.bat" todo.pl "%Z%\scripts\winxpsp3-up0908.bat" todo.pl "%Z%\scripts\winxpsp3-up0907.bat" todo.pl "%Z%\scripts\winxpsp3-up0906.bat" todo.pl "%Z%\scripts\winxpsp3-up0904.bat" todo.pl "%Z%\scripts\winxpsp3-up0903.bat" todo.pl "%Z%\scripts\winxpsp3-up0901.bat" todo.pl "%Z%\scripts\winxpsp3-up0812.bat" todo.pl "%Z%\scripts\winxpsp3-up0811.bat" todo.pl "%Z%\scripts\winxpsp3-up0810.bat" todo.pl "%Z%\scripts\winxpsp3-up0808.bat" todo.pl "%Z%\scripts\winxpsp3-up0807.bat" todo.pl "%Z%\scripts\winxpsp3-up0806.bat"