how to set date to current date using dos batch file command - Stack Overflow
how to set date to current date using dos batch file command. ... If you need to use the current date in a batch file, the variable %date% has the current date: echo %date% 23/02/2010 It uses the format of the regional setting of your computer....