Originally posted by yangzhiyi at 2006-10-29 01:02:
Crazy, for batch commands that need to be executed step by step and also require delays, usually jumps are used. Using ping -n 1 127.1>nul for delays is even crazier.
Some commands take a relatively long time to get results, and if the next step needs to use the results, you need to delay for a while before running the next step
It's impossible to keep jumping around all the time o.o
