@echo off
set folder=%date time%
md "f:\%folder%"
copy e:\DataBak\*.* "f:\%folder%"
echo Backup complete.
Is there any error in the above batch file?
Why can't it back up into a folder containing the date and time?
Thanks!!
set folder=%date time%
md "f:\%folder%"
copy e:\DataBak\*.* "f:\%folder%"
echo Backup complete.
Is there any error in the above batch file?
Why can't it back up into a folder containing the date and time?
Thanks!!
