Page 1 of 1

Batch file to copy files / time specific

Posted: 23 Jan 2009 06:40
by gwen
Wondering if anyone can guide me on how to create a batch file for the following steps. The catch - I can't use XXCopy or Robocopy...


Copy Files from here that were only created within >= 2 hrs old
\\allmyfiles\

into this new folder
\\allmyfiles\copy

and finally, output DIR listing from \\allmyfiles\copy

into \\logs\


Thanks in advance!