Jump to content

Recommended Posts

  • Moderators
Posted

@ericire how about posting your code so we can see what you're doing, rather than asking us to guess? You could maybe include such critical information as Where you're copying from, Ballpark number of files, any errors you're seeing, etc. etc.

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Posted

code is simple and no errors
the number of files is variable
 

#include <FileConstants.au3>
Local $dirIn = '\\SERV-xxxx\Partage_MED\Dossiers opérations\Operations_En_Cours\2A_Corse-du-Sud\Diagnostics\AFA_0000_D123\Dossier_Demarrage'
Local $dirOut = '\\10.81.1.xx\Operations_en_cours\2A_Corse-du-Sud\AFA__0000__D123\admin_operation\administration'
DirCopy($dirIn,$dirOut, $FC_OVERWRITE)

 

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
×
×
  • Create New...