Afficher un message
Vieux 07/10/2007, 00h17   #2
Méta-MCI \(MVP\)
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: copie vers USB (rapidité)

Bonsoir !

Un double exemple, qui fonctionne sous windows :
import os
os.system("xcopy d:\\source f:\\destination /i /y")
os.system("c:\\robotcopy.exe d:\\source f:\\destination /MIR /FFT /R:2 /W:3")

Notes :
- robotcopy est un utilitaire gratuit très intéressant, à télécharger chez MS ; on utilise ici sa
fonction de "MOIrroring"
- AMHA, la dernière ligne est nettement meilleure

@-salutations

MCI

  Réponse avec citation
 
Page generated in 0,05371 seconds with 9 queries