2007-11-26

In Gates we trust

Sometimes it seems that authors that compile lists of esoteric programming languages underestimate bat files possibilities.

rem The current day of a month
for /f "tokens=2,*" %%i in ('date /T') do (
set dt=%%i
)
set dt=%dt:~0,2%

No comments:

Post a Comment