G
Guest
Dear all,
I have read from microsft that hotfixes can be apply to a target system by
chaining them in a batch file as follow:
@echo off
setlocal
set PATHTOFIXES=E:\HotFix
%PATHTOFIXES%\Windows2000-KBxxxxxx-x86-xxx.EXE /F /U
%PATHTOFIXES%\Windows2000-KBxxxxxx-x86-xxx.EXE /F /U
Can I add in that batch file the W2kSP4.EXE to be chain before hotfix as
follow:
@echo off
setlocal
set PATHTOFIXES=E:\HotFix
set SP4=E:\SP4
%SP4%\W2kSP4.EXE /N /U
%PATHTOFIXES%\Windows2000-KBxxxxxx-x86-xxx.EXE /F /U
%PATHTOFIXES%\Windows2000-KBxxxxxx-x86-xxx.EXE /F /U
Does this will be able to run all thos update chain in sequence ?
regards
serge
I have read from microsft that hotfixes can be apply to a target system by
chaining them in a batch file as follow:
@echo off
setlocal
set PATHTOFIXES=E:\HotFix
%PATHTOFIXES%\Windows2000-KBxxxxxx-x86-xxx.EXE /F /U
%PATHTOFIXES%\Windows2000-KBxxxxxx-x86-xxx.EXE /F /U
Can I add in that batch file the W2kSP4.EXE to be chain before hotfix as
follow:
@echo off
setlocal
set PATHTOFIXES=E:\HotFix
set SP4=E:\SP4
%SP4%\W2kSP4.EXE /N /U
%PATHTOFIXES%\Windows2000-KBxxxxxx-x86-xxx.EXE /F /U
%PATHTOFIXES%\Windows2000-KBxxxxxx-x86-xxx.EXE /F /U
Does this will be able to run all thos update chain in sequence ?
regards
serge