Hi,
I have a ping script that ping a computer and if it dont answer it will create a log file. I want help to change script to ping more than one server and create log file for every server.
Here is my script:
Option Explicit
Const cfgHost = "172.22.89.2"
Const cfgLogFile =...