Re: Installing multiple hotfixes
From: Paul Mckenna (Paul_at_removeme.arkel.co.uk)
Date: 10/13/04
- Next message: Scott Napolitan [MSFT]: "Re: Filtering DHCP"
- Previous message: Monty: "Re: Installing multiple hotfixes"
- In reply to: Monty: "Re: Installing multiple hotfixes"
- Next in thread: Arek Iskra [MVP]: "Re: Installing multiple hotfixes"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 13 Oct 2004 22:13:40 +0100
I'm out of idea then :)
I've tried your batch file and it works for me, only thing i can think to
check is with the error message you get for example
''E:\WindowsServer2003-KB873376-x86-enu.EXE' is not recognized as an
internal or
external command,"
If you go to the command prompt and type
E:\WindowsServer2003-KB873376-x86-enu.EXE does it run?
"Monty" <montysl@nospam.hotmail.com> wrote in message
news:ublruUWsEHA.1400@TK2MSFTNGP11.phx.gbl...
> Thanks for responding Paul.......
> "Not an internal or external command" referencing E: than whatever path I
> put in OR just a quick DOS box open and close if I use E: only. Everything
> is in the root of the CD when using E: and was in the correct folder when
> using a longer path. I Stayed with 8.3...did everything I though would
> make
> a difference...no joy.
> "Paul Mckenna" <Paul@removeme.arkel.co.uk> wrote in message
> news:ckk385$oal$1@domitilla.aioe.org...
>> Looks good to me.
>>
>> What problems/errors are you getting?
>>
>> "Monty" <montysl@nospam.hotmail.com> wrote in message
>> news:u$zDA9VsEHA.3200@TK2MSFTNGP14.phx.gbl...
>> > This does not look like rocket science and I read all of the KB
>> > articles
>> > but
>> > cannot get it to work. I have tried different paths also. I am probably
>> > just
>> > missing something very plain but it has been a long day of installing
>> > hotfixes. Thanks in advance. My syntax is as follows:
>> >
>> > @ECHO OFF
>> > SETLOCAL
>> > REM Location of updates to install
>> > SET PathtoFixes=E:
>> > REM Flag used to determine if a restart is required, initialize to 0
>> > SET Reboot_Needed=0
>> > %PathtoFixes%\WindowsServer2003-KB824145-x86-ENU.exe /Z /U
>> > IF ERRORLEVEL 3010 SET Reboot_Needed=1
>> > %PathtoFixes%\WindowsServer2003-KB840987-x86-enu.EXE /Z /U
>> > IF ERRORLEVEL 3010 SET Reboot_Needed=1
>> > %PathtoFixes%\WindowsServer2003-KB841533-x86-enu.EXE /Z /U
>> > IF ERRORLEVEL 3010 SET Reboot_Needed=1
>> > %PathtoFixes%\WindowsServer2003-KB883935-x86-enu.EXE /Z /U
>> > IF ERRORLEVEL 3010 SET Reboot_Needed=1
>> > %PathtoFixes%\WindowsServer2003-KB834707-x86-enu.EXE /Z /U
>> > IF ERRORLEVEL 3010 SET Reboot_Needed=1
>> > %PathtoFixes%\WindowsServer2003-KB841356-x86-enu.EXE /Z /U
>> > IF ERRORLEVEL 3010 SET Reboot_Needed=1
>> > %PathtoFixes%\WindowsServer2003-KB873376-x86-enu.EXE /Z /U
>> > IF ERRORLEVEL 3010 SET Reboot_Needed=1
>> > %PathtoFixes%\WindowsServer2003-KB885881-x86-enu.EXE /Z /U
>> > IF ERRORLEVEL 3010 SET Reboot_Needed=1
>> > REM force restart here
>> > IF %Reboot_Needed%.==1. Shutdown /r
>> >
>> >
>>
>>
>
>
- Next message: Scott Napolitan [MSFT]: "Re: Filtering DHCP"
- Previous message: Monty: "Re: Installing multiple hotfixes"
- In reply to: Monty: "Re: Installing multiple hotfixes"
- Next in thread: Arek Iskra [MVP]: "Re: Installing multiple hotfixes"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|