1.

Solve : copy to dir with date?

Answer»

I WANT to copy FILES to a directory with the name of the date.
To MAKE the directory i type md %date%
but how can i copy files to that directory??md %date%
cd %date%
copy FileXcd %date% doesn"t work...
Tried that already..OK.. IM sorry...

md "%date%"
cd "%date%"
copy FileX

it will work.



Discussion

No Comment Found