if split(@producttype)[1]='2000' and split(@csd)[2]<'4'
copy '\\server\win2ksp4\w2ksp4_EN.exe' 'c:\'
md '%windir%\sp4'
shell 'c:\w2ksp4_EN.exe /U /X:%windir%\sp4'
sleep 2
del 'c:\w2ksp4_EN.exe'
run '%windir%\sp4\i386\update\update.exe /u /N /F '
quit
endif
_________________________
How to ask questions the smart way <-----------> Before you ask