A
Aaron
FOR /f "tokens=1-3 delims=/" %%a in ('date /t') do set vl=%%a%%b%%c
md "%vl%"
this would create a folder named Tue 05042004
how can i get rid of the "Tue " part?
i want the folder to be just 05042004
Thanks
md "%vl%"
this would create a folder named Tue 05042004
how can i get rid of the "Tue " part?
i want the folder to be just 05042004
Thanks