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.
如何自行建置DDE回測系統 was the previous entry in this blog.
Using Gmail SMTP send email by VBS is the next entry in this blog.
Find recent content on the main index or look in the archives to find all content.