PING 10 machines, send an E-mail with a list of non-responding machines
Top  Previous  Next


[Settings_Begin]
FileType=NTreport
NTreport.Delimiter=%RET%
NTinfo.PING=Yes
[Settings_End]

[Batch_Begin]
Clear.Window Main
LookUp.IP 207.46.133.1-8
LookUp.IP 207.46.133.122
LookUp.IP 207.46.133.125
Filter %col3%=*timeout*
If Filter
DOS del c;\temp\ipchk.txt
Write.File c:\temp\ipchk.txt ; Filter ; %col1-%
DOS c:\ntreport\blat.exe c:\temp\ipchk.txt -t test@wennstrom.org -s "Ipchk %date%"
Endif
[Batch_End]

Please use your own IP addresses instead of the listed when running this example.