-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Harry said:
Is there any software which will conduct a basic series of tests on my
Internet connection - Just an icon which when pressed checks out the
connection to my ISP's mail server, DNS and check that I can browse?
Try this in a batch file (internet.bat, for example). It may not work
unless you're using Windows 2000/XP.
@echo off
ping <Address [1]> > nul
if not %errorlevel%==0 echo Warning: Internet connection not detected.
ping <Address [2]> > nul
if not %errorlevel%==0 echo Warning: Mail server not responding.
ping <Address [3]> > nul
if not %errorlevel%==0 echo Warning: DNS malfunction.
ping <Address [4]> > nul
if not %errorlevel%==0 echo Warning: Web browsing problem.
[1] IP address: The first hop, that isn't your computer/router, that you
get when doing a "tracert" to any outside IP address
[2] IP address: The IP address of your ISPs mail server. This may change on
rare occasions.
[3] Host name: The "proper" name of your ISP's mail server/web site or
something else in their network, e.g.
www.isp.co.uk
[4] Host name: The "proper" name of a server outside of your ISP's network,
e.g.
www.google.com
HTH
Adam Piggott,
Proprietor,
Proactive Services (Computing)
http://www.proactiveservices.co.uk/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (MingW32)
iD8DBQFDv/AK7uRVdtPsXDkRAjKcAJ0YOxPykJo3Pq5CYmmg8FS9Sz8NxgCff3ZE
MBSFn+OeqWrb2oBF8wd2Nlw=
=xP1j
-----END PGP SIGNATURE-----