1.

Solve : I need to find a part of a text-file and displa...?

Answer»

I've WRITTEN a batch-file that PING a certain IP, and dump it to a textfile: "PINGRESULT.txt"
Now I WANT to make my batch-file continue, by finding the ping-result and displaying it in the same batchfile. (Right after it pinged the IP-adress)

I'm not very experienced with WRITING batch-files though, so does anyone have any ideas on how I could do this?

Thanks for replies What is your batch file?
Just ping ip >pingresult.txt or is ist in a for loop?

If you just want to display it:

ping ip >pingresult.txt & type pingresult.txt

uli



Discussion

No Comment Found