Search found 2 matches

by NabiVakili
27 Apr 2012 22:58
Forum: DOS Batch Forum
Topic: a simple batch file for copy files and folders
Replies: 3
Views: 3630

Re: a simple batch file for copy files and folders

Thank you!
It's amazing.
It help me a lot.

How can I copy only new (or modified) files?
by NabiVakili
26 Apr 2012 02:12
Forum: DOS Batch Forum
Topic: a simple batch file for copy files and folders
Replies: 3
Views: 3630

a simple batch file for copy files and folders

I want to write a batch file that do this for me:

- makes a directory with the "yy.mm.dd.hh.mm" as the directory name,
- copies files and folders from a TEST directory to above destination,
- copies only new (or modified) files from the TEST directory to a separate folder.

Any Idea?