Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy or xcopy
Message
De
06/05/2010 02:44:10
Neil Mc Donald
Cencom Systems P/L
The Sun, Australie
 
 
À
05/05/2010 21:01:46
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Divers
Thread ID:
01463158
Message ID:
01463366
Vues:
56
Hi,
Here is a sample command line:- "robocopy X:\Source Y:\Destination *.* /S /NP /XO >> logfile.txt"

What this does is:

•Copies all files from the source to the destination (noted by the *.*)
•/S - include subdirectories
•/NP - hides the progress (if you’re going to log to a file, you want this option)
•/XO - exclude files that are older/have not changed
•>> - appends the results to the file. If you only use one ‘>’, it will overwrite instead

and a link to a good article http://www.sqlmag.com/article/sql-server/tool-tip-the-awesomeness-of-robocopy.aspx

>Thanks for the info Neil, I shall have to get my head around it and see how I can use the robocopy command.
Regards N Mc Donald
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform