Sleep: Difference between revisions

Jump to navigation Jump to search
288 bytes added ,  2 November 2018
m
Line 17: Line 17:


REM print current date & time
REM print current date & time
ECHO %date% %time%
</pre>
Alternative command: {{exclaim}} The following command {{kbd | key=<nowiki>ECHO %date% %time%</nowiki>}} will not be executed after {{kbd | key=<nowiki>TIMEOUT %timeout%</nowiki>}} was executed.
<pre>
SET /a timeout=%RANDOM% * 60 / 32768 + 5
TIMEOUT %timeout%
ECHO %date% %time%
ECHO %date% %time%
</pre>
</pre>

Navigation menu