1.

Solve : Xcopy?

Answer»

I need to copy only files that have the current date in the file NAME. This needs to be automated to copy on a DAILY basisYou can try something like this:

xcopy /d:%date% source target

If you mean that the date is embedded in the ACTUAL file name, then the complexity INCREASES. I would consider using an actual language PROCESSOR like REXX or QBASIC.

Hope this helps.



Discussion

No Comment Found