1
I have a txt file that each line contains the ip plus the server name:
Example: Ip;userName (1st Line) Ip;userName (2nd line) Ip;userName (3rd Line)
What I intended was that my program would read that file and run a ping to each ip contained in txt, the problem is that besides ip the name is also with you in the same line. The server name should only be used in Consolewriteline to know which server is "Timeout" or "Success"