Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

for start /b anamoly

Nov
22
0
I was trying to use the following command in a TCC v18.00.32 x64 window on Windows 10 v1909 and after it completed, it didn't refresh the console and after typing Ctrl-C, everything I typed displayed as ^C and clicking the close X button took ten seconds before the window closed. The command worked fine with regular Windows 10 CMD:

for /L %N in (1,1,35) do @start /b ping -n 1 -w 200 10.110.16.%N | findstr -i reply
 

Similar threads

Back
Top