Why does the ping command in my batch file execute in a loop?
Fresh3 days ago
Mar 15, 202633554 viewsConfidence Score0%
0%
Problem
I created a .BAT file in Windows 7 that has the following line: (XXX replaces the actual IP number). However, when I double click on this batch file, I can see the ping command repeatedly being executed in a loop. I even tried to rename the to but the result is the same. I want to avoid writing pin…
Error Output
PING XXX.XXX.XXX.XXX -t
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Why does the ping command in my batch file execute in a loop?
Low Risk
It is a bit unclear what is exactly the problem you face since you don't provide any output or screenshot of what you don't like, but I'll explain the two most likely problems I see: Given your script is called and looks like this: then the interpre…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix