Find out year, month and day.
FOR /F "tokens=1-3 delims=/- " %%A IN ('DATE/T') DO ( SET yyyy=%%A SET mm=%%B SET dd=%%C ) echo %yyyy%_%mm%_%dd%
TrackBack URL: http://server.everfine.com.tw/blog/mt-tb.cgi/282
This page contains a single entry by philipz published on January 3, 2010 11:18 PM.
Find recent content on the main index or look in the archives to find all content.