Batch file to copy files / time specific

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
gwen
Posts: 1
Joined: 23 Jan 2009 05:02
Contact:

Batch file to copy files / time specific

#1 Post by gwen » 23 Jan 2009 06:40

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!

Post Reply