Sweden-Number/programs/cmd
Fabian Maurer e62000c5c0 cmd.exe: Parse parameters in "FOR /F" properly.
We must not remove the quotes from parameters, or strings like
"param=value" will get parsed incorrectly.

Signed-off-by: Fabian Maurer <dark.shadow4@web.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-02-07 22:22:53 +01:00
..
tests cmd.exe: Parse parameters in "FOR /F" properly. 2018-02-07 22:22:53 +01:00
Makefile.in makefiles: Get rid of the MAKE_PROG_RULES variable. 2014-01-02 12:12:57 +01:00
batch.c cmd: Ensure environment variables fit in memory. 2015-01-06 18:20:01 +01:00
builtins.c cmd.exe: Parse parameters in "FOR /F" properly. 2018-02-07 22:22:53 +01:00
cmd.rc cmd: Implement builtin mklink command. 2017-11-14 20:45:44 +01:00
directory.c cmd: Add a helper function to check if a path ends with a backslash. 2014-10-30 13:11:27 +09:00
wcmd.h cmd: Implement builtin mklink command. 2017-11-14 20:45:44 +01:00
wcmd.ico cmd: Add a 256x256 icon. 2013-03-27 20:12:27 +01:00
wcmd.svg cmd: Add a 256x256 icon. 2013-03-27 20:12:27 +01:00
wcmdmain.c cmd: Implement builtin mklink command. 2017-11-14 20:45:44 +01:00