Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copying from compressed drives
Message
 
To
11/04/2005 07:53:01
General information
Forum:
Windows
Category:
Troubleshooting
Miscellaneous
Thread ID:
01003318
Message ID:
01003356
Views:
17
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform