Kristaliar
Р-р-р.
=======start of \\dc\netlogon\ntupdate.cmd=======
VER | FIND /I "2000"
IF %ERRORLEVEL%==0 goto w2k
VER | FIND /I "XP"
IF %ERRORLEVEL%==0 goto w2k3
goto end
:w2k3
start \\fileserver\update\nt51\sp1.exe -f -n -q
goto end
:w2k
start \\fileserver\update\nt50\sp4.exe -f -n -q
goto end
:end
=======end of \\dc\netlogon\ntupdate.cmd========
Р-р-р.
=======start of \\dc\netlogon\ntupdate.cmd=======
VER | FIND /I "2000"
IF %ERRORLEVEL%==0 goto w2k
VER | FIND /I "XP"
IF %ERRORLEVEL%==0 goto w2k3
goto end
:w2k3
start \\fileserver\update\nt51\sp1.exe -f -n -q
goto end
:w2k
start \\fileserver\update\nt50\sp4.exe -f -n -q
goto end
:end
=======end of \\dc\netlogon\ntupdate.cmd========