Sweden-Number/programs/cmd
Florian Eder 617d14bc12 cmd: Do not change errorlevel when setting environment variables.
Changes CMD to set its errorlevel to 0 only when the value of an environment variable
is set in in non-interactive / batch mode, retains the previous value otherwise.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47791
Signed-off-by: Florian Eder <others.meder@gmail.com>
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-06-18 21:08:03 +02:00
..
tests cmd: Fix handling of brackets in if-set expressions on a single line. 2021-02-10 20:07:24 +01:00
Makefile.in cmd: Build with msvcrt. 2019-05-03 16:30:39 +02:00
batch.c cmd: Don't use WCMD_is_console_handle. 2020-12-01 19:50:20 +01:00
builtins.c cmd: Do not change errorlevel when setting environment variables. 2021-06-18 21:08:03 +02:00
cmd.rc cmd: Correct capitalization of "Windows Explorer". 2019-04-03 19:28:19 +02:00
directory.c cmd: Use wide-char string literals. 2020-11-30 21:36:12 +01:00
wcmd.h cmd: Use terminated strings. 2021-04-15 17:41:40 +02: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: Use terminated strings. 2021-04-15 17:41:40 +02:00