Windows Batch Script to Put Ping Output in a Text File
By Fahad Ahammed
- One minute read - 185 wordsIn DOS, OS/2, and also Microsoft Windows, batch file is the name given to a type of script file, a text file containing a series of commands to be executed by the command interpreter. A batch file may contain any command the interpreter accepts interactively at the command prompt. A batch file may also have constructs (IF, GOTO, Labels, CALL, etc.) that enable conditional branching and looping within the batch file. Recently i was playing with it and got a cool script while playing with ping command which will output ping results in a text file in Desktop.
I have been using that batch file to get DigitalOceans and Vultrs all location to get ping result from my network. It helps to take decision which location will be better.
Digitaloceans All locations test ip’s:
Batch File to generate a text file by the ping test of above ipv4 addresses.
You can download already created batch file from here.You can just double click to get the result in a text file in your desktop.
Vultrs batch file for ping test:
Vultrs Batch file to ping test. Pelase leave feedback.