Dear,
We have verified with following script the COPY/DEL/MOVE commands.
The results aren't like we expected
code:
?
? @kix
?
COPY "t:\kix1" "t:\kix2a" /h ? "wait @error (@serror)"
get $
COPY "t:\kix1" "t:\kix2b" /h /s ? "wait @error (@serror)"
get $
COPY "t:\kix1" "t:\kix3" /h /s ? "wait @error (@serror)"
get $
MOVE "t:\kix1" "t:\kix4" /s ? "wait @error (@serror)"
get $
DEL "t:\kix3" ? "wait @error (@serror)"
get $
DEL "t:\kix4" /s ? "wait @error (@serror)"
get $
?
? "completed @kix"
For Kixtart 4.21 rc 1
code:
4.21 Release Candidate 1
wait 0 (The operation completed successfully.)
wait 0 (The operation completed successfully.)
wait 0 (The operation completed successfully.)
wait 0 (The operation completed successfully.)
wait 0 (The operation completed successfully.)
wait 0 (The operation completed successfully.)
completed 4.21 Release Candidate 1
shows no warnings, but both DEL commands doesn't have any impact. The other
commands work fine.
For Kixtart 4.21 rc 2
code:
4.21 Release Candidate 2
wait 87 (The parameter is incorrect.)
wait 87 (The parameter is incorrect.)
wait 87 (The parameter is incorrect.)
wait 87 (The parameter is incorrect.)
wait 2 (The system cannot find the file specified.)
wait 2 (The system cannot find the file specified.)
completed 4.21 Release Candidate 2
nothing happens at all.
The structure of the "t:\kix1" is:
code:
(d) t:\kix1
(f) collect_info.kix
(f) collect_info.txt
(d) t:\kix1\sources
(f) collect_info.kix
greetings.