for /f %%a in (srvlst_test.txt) do set server=%%a & call :start
goto end
:start
if exist \\%server%\c$\Run_1st_CCTool.bat goto Run_2nd_SGS.bat
copy Run_1st_CCTool.bat \\%server%\c$
:Run_2nd_SGS.bat
if exist \\%server%\c$\Run_2nd_SGS.bat goto execute
copy Run_2nd_SGS.bat \\%server%\c$
:execute
psexec.exe \\%server% -c Run_1st_CCTool.bat
psexec.exe \\%server% -c Run_2nd_SGS.bat
:end
Windows Server 2003 was based on Windows XP and was released in four editions: Web, Standard, Enterprise and Datacenter. It also had derivative versions for clusters, storage and Microsoft’s Small Business Server. Important upgrades included integrating Internet Information Services (IIS), improvements to Active Directory (AD) and Group Policy (GP), and the migration to Automated System Recovery (ASR).
TRUSTED BY
ASKER