Ping machines listed in txt file and show the result on the Console
// Read txt file from machines.txt
// foreach every machine, and ping the machine,
// then show the result: Pass, Timeout, Unreachable,
// if show the text with Green, Yellow, Red color on the console, it will be better.