Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Xcopy  (Read 2814 times)

0 Members and 1 Guest are viewing this topic.

Felix

  • Guest
Xcopy
« on: March 22, 2005, 01:15:12 PM »
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 basis

Sidewinder



    Guru

    Thanked: 139
  • Experience: Familiar
  • OS: Windows 10
Re: Xcopy
« Reply #1 on: March 22, 2005, 03:06:20 PM »
You 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.   8)
The true sign of intelligence is not knowledge but imagination.

-- Albert Einstein