And will a not simple batch file do?
Hi..I have two folder .X and Y.I want a simple windows script/batch which will
copy only exactly 7 days old files from X folder to Y folder. I am using
XP operating System.Please help.thanks
![]() | Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years. Thanks, CNET Support |
Hi..I have two folder .X and Y.I want a simple windows script/batch which will
copy only exactly 7 days old files from X folder to Y folder. I am using
XP operating System.Please help.thanks
Discussion is locked
It's not to difficult to write a script using either vbscript (using the filesystem object) or powershell (http://support.microsoft.com/kb/926139).
Kees