Skip to content

Instantly share code, notes, and snippets.

@tshm
Last active August 29, 2015 14:15
Show Gist options
  • Save tshm/5740063ffdfdbf92855d to your computer and use it in GitHub Desktop.
Save tshm/5740063ffdfdbf92855d to your computer and use it in GitHub Desktop.
template.bat
pushd %~dp0
cls
setlocal enabledelayedexpansion
echo %time%
for /F "usebackq" %%i in (`ls`) do (
set BB=%%i
)
echo %time%
set today_YYYYMMDD=%date:~0,4%%date:~5,2%%date:~8,2%
set now_HHmmSS=%time:~0,2%%time:~3,2%%time:~6,2%
pause
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment