A
Aaron
FOR /f "tokens=1-4 delims=/ " %%a in ('date /t') do set date=%%d%%b%%c%
md "%date%"
this gives me the folder 20040616
how i can change it to 040616
md "%date%"
this gives me the folder 20040616
how i can change it to 040616