Hi all,

after manually changing the download link to 4.61 Beta 1 (the link points to KiX2010_460b1.zip) i was able to check if the 4.61b1 COPY command shows the same (buggy?) behaviour like the COPY in 4.60.

I try to COPY a directory structure. I have no reading rights to all of the elements of this structure.

my code:
---------------------
@kix ?
copy "f:\tmp\quelle\" "c:\temp\ziel\" /c /s
'Code (' + @ERROR + ') ' + @SERROR
---------------------
output:
---------------------
4.61 Beta 1
Code (0) Der Vorgang wurde erfolgreich beendet.
---------------------

But COPY only copies until the first directory on which i have not enough rights to copy it. COPY copies the empty directory and exits with
exit code 0.

The only way i got it working was by using Windows' xcopy.exe.
xcopy says: "access denied" and copies the next directory/file.

Is this a bug?
What does the parameter /c do?

Greeting

Lutz