A free Windows-compatible Operating System - mirrored from GitHub
Find a file
Timo Kreuzer 49a81a2b04 [CMD]
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
2012-04-14 20:57:38 +00:00
reactos [CMD] 2012-04-14 20:57:38 +00:00
rosapps [ROSAPPS] 2012-03-10 13:36:45 +00:00
rostests [W32KNAPI] 2012-04-02 18:43:35 +00:00
wallpaper - Add CMakeLists for wallpaper 2012-02-05 13:43:04 +00:00