wine/programs/cmd
Jason Edmeades 8b6ba774c0 cmd: for /f fails to launch quoted program plus args.
for /f can run a program and parse its output. The program name can
supply args and be quoted or not.  If quoted, wine fails to run the
program because internally we were adding an extra pair of
quotes. These are not needed and can be removed.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=39906
Signed-off-by: Jason Edmeades <us@edmeades.me.uk>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-08-29 22:01:38 +02:00
..
tests cmd: for /f fails to launch quoted program plus args. 2018-08-29 22:01:38 +02:00
batch.c cmd: Fix shortpath handling in for loops. 2018-08-29 22:01:38 +02:00
builtins.c cmd: for /f fails to launch quoted program plus args. 2018-08-29 22:01:38 +02:00
cmd.rc cmd: Implement builtin mklink command. 2017-11-14 20:45:44 +01:00
directory.c cmd: Use the ARRAY_SIZE() macro. 2018-08-21 23:02:30 +02:00
Makefile.in
wcmd.h cmd: Expand the storage space for qualifiers. 2018-07-16 09:19:04 +02:00
wcmd.ico
wcmd.svg
wcmdmain.c cmd: Handle single line 'if' as nested if or with redirects. 2018-08-29 22:01:38 +02:00