ping tester

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
joshi868b
Posts: 1
Joined: 27 Jan 2016 21:38

ping tester

#1 Post by joshi868b » 27 Jan 2016 21:53

hello
I want to write a batch file which will take input(ip address) from a column of excel sheet and ping that and will redirect the output to another column as reachable or unreachable.i want it to run continuously without disturbing the user to work on pc (without fluckring the black command screen)

Squashman
Expert
Posts: 4486
Joined: 23 Dec 2011 13:59

Re: ping tester

#2 Post by Squashman » 28 Jan 2016 07:26

Batch files cannot read Excel files. You will need to look at using Vbscript or Jscript.

Post Reply