I am looking for a way to run a couple for loops in a batch file. and have the loops wait between each run of the previous commands to finish: FOR /L %%a IN (1,2,3) DO (start cmd /c ping 127.0.0.1 -n ...
If you have every used the Command Line, or CMD, interface in Windows, you probably have some idea of the powerful things it can do. Creating your own CMD scripts, you can do even more, but faster. A ...