Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copying from compressed drives
Message
 
À
11/04/2005 07:53:01
Information générale
Forum:
Windows
Catégorie:
Dépannage
Divers
Thread ID:
01003318
Message ID:
01003356
Vues:
19
See if this will help:
lnerror=0
ON ERROR lnerror=lnerror+1
oFSO = CREATEOBJECT("Scripting.FileSystemObject")
FOR EACH oitem IN oFSO.GetFolder(source_folder).Files
	?oitem.name, oitem.MOVE(destination_folder)
ENDFOR
ofso=null
ON error
?"errors",lnerror
>Hi All
>
>I have several thousand folders and files on a drive on which compression has been enabled. I want to copy all those files to another drive which does not have compression. I do not / cannot just switch off compression - not enough disk space.
>
>When I use Windows explorer to perform the copy it occasionally stops the copy becuase it hits a file on the compressed volume which fails the crc check. It does not give an option to ignore this error but just stops the copy entirely.
>
>How can I perform this copy and just ignore and skip any files which have a failure in reading? I just want to copy whatever I can without having to manually delete the offending file and then starting the copy again.
>
>Thanks
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform