Sleep: Difference between revisions

Jump to navigation Jump to search
51 bytes added ,  21 February 2024
m
Tags: Mobile edit Mobile web edit
Line 9: Line 9:


BAT file:
BAT file:
<pre>
<syntaxhighlight lang="Windows batch files">
REM print current date & time
REM print current date & time
ECHO %date% %time%
ECHO %date% %time%
Line 19: Line 19:
REM print current date & time
REM print current date & time
ECHO %date% %time%
ECHO %date% %time%
</pre>
</syntaxhighlight>


Instruction<ref>[https://stackoverflow.com/questions/8258087/bat-random-timeout batch file - .bat random timeout - Stack Overflow]</ref>
Instruction<ref>[https://stackoverflow.com/questions/8258087/bat-random-timeout batch file - .bat random timeout - Stack Overflow]</ref>

Navigation menu