T
Tim Jol
I want to copy files from e:\*.log to d:\*.log only that
are created today. I dont' find any switch. Is there a
way? (I cannot hardcode the /D:ddmmyy function as in
XCOPY as my COPY procedure runs from a batch file at
scheduled time)
are created today. I dont' find any switch. Is there a
way? (I cannot hardcode the /D:ddmmyy function as in
XCOPY as my COPY procedure runs from a batch file at
scheduled time)
%dn IN (*.*) (MD targetdir\%dn %+ COPY %dn\*.* targetdir\%dn)