Compare cert salaries and plan your next career move
tdean wrote: » Anyone know how to write a simple batch file or something that will launch the cmd window and ping a bunch of servers so i dont have to do it individually?
docrice wrote: » for /f %%i in (machines.txt) do ping %%i This assumes you have a machine.txt file in the same directory as the batch script which has a list of hosts you want to ping, each on a different line.
tdean wrote: » Perfect!!! thanks. we have been having some pwr issues that have knocked out a few servers lately. i want to be able to click one thing to check them all.
@echo off ping server1 > output.txt ping server2 >> output.txt ping server3 >> output.txt
Compare salaries for top cybersecurity certifications. Free download for TechExams community.