Search found 2 matches

by SteveSi
2022-Oct-20, 10:17 pm
Forum: Windows CMD Shell
Topic: Xcopy bug
Replies: 3
Views: 2704

Re: Xcopy bug

The command works fine if the source folder is a non-compressed folder.
It only fails if the source folder is a compressed folder.

The command line is valid (similar to that given as an example in SS64.com XCOPY page).
by SteveSi
2022-Oct-20, 9:48 am
Forum: Windows CMD Shell
Topic: Xcopy bug
Replies: 3
Views: 2704

Xcopy bug

I found a strange bug(?) using Xcopy You give the example Copy all files within the 'demo' folder: XCOPY C:\demo D:\work\april /i on the XCOPY page, however I found an issue. I used the command similar to XCOPY C:\demo L:\ and this works OK EXCEPT if the source folder is a compressed NTFS folder AND...