Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Ping 6 ip's and e-mail me if fail
Name: gyi2os Date: June 12, 2007 at 12:26:29 Pacific OS: XP CPU/Ram: 1gb Product: dell
Comment:
Hi,
I need to have an easy to manage/understand batch file that will do this:
Every morning at say 9am - Send a PING to 6 different static IP's. If the IP FAILS to respond to the PING i need it to e-mail me with either the name of the computer or the IP address that failed.
i've searched and tried multiple scripts you as the forum have offered for other Ping troubles but they don't quite work for what i'm trying to get done here.
Name: Mechanix2Go Date: June 13, 2007 at 02:41:36 Pacific
Reply:
::== :: ping list and send FAIL email
@echo off for /f %%I in (IPList.txt) do ( ping %%I > %temp%\# find "Reply" < %temp%\# > nul if errorlevel 1 echo her's where you send a report about %%I ) ::==
===================================== If at first you don't succeed, you're about average.
M2
0
Response Number 2
Name: Shr0Om Date: June 14, 2007 at 05:14:52 Pacific
Reply:
I havent tried exactly this one but i guess its worth a look. Its a program written in C++ that allows you to send mail from the command line: http://dotnetjunkies.com/WebLog/joh...
If you are using exchange server its not gonna work tho.
Summary: Hi, i am wondering how can i find someones ip adresses when they e-mail me? if you have links to programs that do that please post them here Thanks a bunch Hp Pavillion a1010n Celeron D 340 2.93Ghz 51...
Summary: Hello Need some advise. I have a weather station and a weather program that I run on W2K. The weather program is call Virtual Weather Station by Ambient. The program has the ability to send e-mail....
Summary: Let me see if I understood you... You have an e-mail address, info@mywebsite.org, where whenever the server receives an e-mail to that address, it sends a particular e-mail back. You also, separately,...