Hi, open Notepad and paste the following :
@echo off
ping IP ADDRESS OF SERVER1 > C:\ServerLog.log
ping IP ADDRESS OF SERVER2 >> C:\ServerLog.log
ping IP ADDRESS OF SERVER3 >> C:\ServerLog.log
cd\
cd C:\ServerLog.log
and save it as ServerCheck.bat
Make sure that you have selected All Files(*.*) under Save as type...
The above code will produce a log called ServerLog.log which will open and show you your servers' status.