Hello, I'm trying to do a simple thing, what I need is to do an infinite ping to my router because many times I lose the connection with my router and that's how it goes a little better. I don't know much about bat but what I need is to put this command in a bat:
ping 192.168.1.1 -t
how could i do it? and excuse my ignorance.
You can copy the following:
and then save it as ping_infinito.bat or whatever name you want, just make sure the extension is .bat
Hello, maybe this looks better to you?
I know the answer is a bit late but I think a single line of code is better.
What it does is run ping.exe, which is found in the Windows archives.