wine/programs/cmd
Jason Edmeades daee8b753c cmd: Support "c:<space>" etc when changing drive letters.
This allows whitespace and any other text on the line when changing drive letters.
Mostly I expect it crops up when commands are concatenated and the readability
whitespace is added to the end of the command. For example C: & dir results in
"C: " and "dir" as the two commands. We cannot unconditionally remove whitespace
as some commands rely on it.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=40694
Signed-off-by: Jason Edmeades <us@edmeades.me.uk>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-07-05 11:29:44 +02:00
..
tests cmd: Support "c:<space>" etc when changing drive letters. 2018-07-05 11:29:44 +02:00
batch.c
builtins.c cmd: Fix subdirectory prefix in for loops. 2018-06-25 21:44:48 +02:00
cmd.rc cmd: Implement builtin mklink command. 2017-11-14 20:45:44 +01:00
directory.c
Makefile.in
wcmd.h cmd: Implement builtin mklink command. 2017-11-14 20:45:44 +01:00
wcmd.ico
wcmd.svg
wcmdmain.c cmd: Support "c:<space>" etc when changing drive letters. 2018-07-05 11:29:44 +02:00