Re: Installing multiple hotfixes

From: Paul Mckenna (Paul_at_removeme.arkel.co.uk)
Date: 10/13/04


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
>> >
>> >
>>
>>
>
>



Relevant Pages

  • basic problems with ocamlopt compiler
    ... doesn't work on ocamlopt. ... Here's the error message I get: ... 'ml' is not recognized as an internal or external command, ... program or batch file. ...
    (comp.lang.ml)
  • RE: popen[2-4] does not work with parameters inside quotes
    ... > Results in the following error message: ... > internal or external command, ... > operable program or batch file. ...
    (comp.lang.python)
  • Cannot Run Ping Command
    ... I keep getting the error message that it is not ... recognized as an internal or external command, ... program or batch file. ... or do I have to do a repair installation of XP? ...
    (microsoft.public.windowsxp.general)
  • Re: Inline C on Windows - what am i doing wrong?
    ... I installed nmake incorrectly and solved the problem but the error message ... 'cl' is not recognized as an internal or external command, ... or batch file. ...
    (comp.lang.perl.misc)
  • RE: Error in Event Viewer - Active in HAT
    ... unfortunately I get this error when I start the trace. ... 'tracelog.exe' is not recognized as an internal or external command, ... operable program or batch file. ...
    (microsoft.public.biztalk.general)