14,974
edits
Tags: Mobile edit Mobile web edit |
|||
| Line 9: | Line 9: | ||
BAT file: | BAT file: | ||
< | <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% | ||
</ | </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> | ||