Hi guys! Here's what I need done. I need a batch file to run a command; end it after 10 seconds; and restart the command in an endless loop. Thanks for any help!
<commandToRun>
ping 123.45.67.89 -n 1 -w 10000 > nul
taskkill /F /IM <commandToRun>
call <thisbatchfile>