Search found 2 matches

by bootrom
2024-Jan-21, 3:48 pm
Forum: Windows CMD Shell
Topic: TIMEOUT -T
Replies: 4
Views: 3010

Re: TIMEOUT -T

Thank you! Great site
by bootrom
2024-Jan-17, 6:32 pm
Forum: Windows CMD Shell
Topic: TIMEOUT -T
Replies: 4
Views: 3010

Re: TIMEOUT -T

It is worse to mention that waiting time in TIMEOUT is based on system time. If you start "timeout /t 30" and set time one hour back then the command will wait one hour longer. Just tested today on my Windows 10 machine. CHOICE command or PING are not based on system time. They work as one...