| 
Hello Lutz,
 I think itīs NOT a bug.
 
 Reason:
 
 ------------
 Copy
 Action: Copies one or more files or directories.
 
 Syntax: COPY "source" "target" [/c] [/h] [/r] [/s]
 /c Continue copying, even if error(s) occur.
 -> = Kopieren fortsetzen, auch wenn Fehler auftreten
 
 /h Copies hidden and system files also.
 
 /r Overwrite read-only files on target.
 /s Copies files and subdirectories (including empty subdirectories).
 
 
 -> At the Kixtart-page -> "commandreference" you can see the documentation of the rest of the commands of kix.
 
 -----------
 
 As you can see with parameter /c errors are ignored.
 In this logic the copy-process ended successfully.
 Errors, as
 "access denied" = "zugriff verweigert"
 are ignored successfully, the copy command ended with no errors.
 
 What will happen without parameter /c  ?
 
 |