Skip to content

Instantly share code, notes, and snippets.

@jennings
jennings / BatchfileTricks.cmd
Last active June 15, 2020 07:19
Stupid batch file tricks
:: Sleep for N seconds:
ping localhost -n N -w 1
:: Get the date and time (US LOCALE ONLY)
set YEAR=%DATE:~-4,4%
set TWOYEAR=%DATE:~-2,2%