Save this script on batch file, update server list, and run. 1 2echo off 3cls 4echo computerName1 > computers.txt 5echo computerName2 > computers.txt 6echo computerName3 > computers.txt 7echo computerName4 > computers.txt 8FOR /F %%A IN (computers.txt) DO ( 9 10 echo ------------------------------------------ 11 echo...