1.

Solve : How to run bat file to produce text log of ping an?

Answer»

I need to create a bat FILE that runs a PING and tracert from dos and then OUTPUTS the file to a text log of the results, I have the bat file RUNNING to ping and tracert but don't remember how to get it to dump the results to text log, help pleaseUse the > (DIRECT) character.

ping 192.168.1.255 > c:\logdir\pinglog.txtThanks works like a charm , I had the right Idea just missed a bit



Discussion

No Comment Found