wine/programs/cmd
Gabriel Ivăncescu a19a770f96 cmd.exe: Don't treat explicit paths as a PATH search list.
For example, the explicit path "C:\some;path" is currently treated as if
the PATH environment variable is "C:\some;path" which is obviously wrong,
and searches for the directories "C:\some" and "path".

Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-05-06 19:53:01 +02:00
..
tests cmd/tests: Test that the if command is not influenced by a previous one. 2020-05-04 12:55:13 +02:00
batch.c cmd: Fix the spelling of "tilde". 2020-04-27 11:32:05 +02:00
builtins.c cmd: Fix crash in if condition parsing. 2020-05-04 12:55:13 +02:00
cmd.rc cmd: Correct capitalization of "Windows Explorer". 2019-04-03 19:28:19 +02:00
directory.c cmd: Use _wsplitpath() from msvcrt. 2020-04-27 11:32:03 +02:00
Makefile.in cmd: Build with msvcrt. 2019-05-03 16:30:39 +02:00
wcmd.h cmd: Fix the spelling of "tilde". 2020-04-27 11:32:05 +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.exe: Don't treat explicit paths as a PATH search list. 2020-05-06 19:53:01 +02:00