Jump to content

Filecopy by date range or date[ best]


Recommended Posts

I would like to know the best way to copy file based on their time/date to another folder across the network

I am running version 3.2.10.

At the moment I am doing this manually with xcopy

RunWait(@ComSpec & " /c " & 'xcopy "' & $working_location & '" "' & @ScriptDir & "\trace" & '" /D:"' & $date & '" /C /R /I /K /Y /Z')

Although this does not support Long filenames

I would like some guidance mostly examples in where

I could select the target and destination folder using fileselectfolder

Copy the files with the specified date range or by date to the destination folder

The target directory have 18000 text files over 8GB size

Thanks.

Link to comment
Share on other sites

Could someone show some guidance. I have searched the forum in terms of this but have not yield any except SmokeN and weaponx and randallc search.

Would only need examples or guidance on how to copy files by dates. I can do that by using xcopy in DOS but not over network.

Would like the entire thing to be done in AUtoit. Thanks

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...