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)
ping tester
Moderator: DosItHelp
Re: ping tester
Batch files cannot read Excel files. You will need to look at using Vbscript or Jscript.