batch file - Shortest Possible Delay Time -


ok, i'm wondering different types of delays in cmd. here can name:

sleep 1  ping 192.0.2.2 -n 1 -w 1 > nul  choice /d y /t 1 > nul  mkdir folder cd folder tree 

what shortest possible delay time? thanks.

i suppose shortest exact time 10ms, pure batch. checking %time% variable (the resolution 10ms).

wmic or other external programs have drawback, time load&start them longer time want wait.


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -