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 Script
Name: Msmiths (by NTXPSupport) Date: February 8, 2007 at 01:09:06 Pacific OS: Windows XP Pro CPU/Ram: AMD 64 3000+ Product: Custom Build
Comment:
Hi all,
I am posting on this forum for some advice or ideas regarding a script I use. I know very little about VBScript and programming but have managed to put together a script that pings and number of address to check if they are up (logs results to text file) and if the address doesn’t respond it sends me an email using SMTP to notify me of the problem. The script has become very vital but I would like some suggestions on how to improve it.
Currently the script runs every 10 mins using Windows scheduled tasks, when the script runs it pings each address once then moves onto the next. For every address that doesn’t reply I get a SMTP mail telling me.
What do other people use to monitor external links (Line monitoring?) and do you have any suggestions for improving this.
Summary: I've searched a couple of hours for a simple ping script in Visual Basic 5, but only found more or less complicated ones. There must be a simple way in VB to perform: if { server alive } then msgbox "...
Summary: I'm trying to write a script with visual basic and wan't to use the dos command: "Ping (Server) -t" How do i make this command launch when I press a button? ...
Summary: Hi All Have a ping script and psshutdown script below that pings all machines in an output file now what I wanted to modify this to join psshutdown to shutdown all machines that are replying to the pi...