mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
A free Windows-compatible Operating System - mirrored from GitHub
![]() Fix several bugs in the copy command: - "x:" is not a valid source path (see bug #5709) - when appending files using "+", cmd must distinguish between + as operator and + as part of the source file, when being put in "". For that reason the tokenizer was modified to make + a seperate token, which is replaced with | when creating the string of multiple files (since + is a valid file character) - ? was not correctly handled when passed in the output file name - factor out the code to create the file name from wildcards and make it readable (no, p, q, r are NOT reasonable variable names!) - Move code out of the loop that doesn't belong there - Make sure the file names are printed when multiple files are copied or appended - write the count of written files (which is 1 when appending), not source files after the copy process is done - Remove an excessive newline when writing strings with ConPuts() - Improve readability a bit svn path=/trunk/; revision=56346 |
||
---|---|---|
reactos | ||
rosapps | ||
rostests | ||
wallpaper |