-
888723ee
by Eric Pouech at 2024-11-12T21:52:24+01:00
cmd/tests: Add tests about substring substitution in variable expansion.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
94c61ed7
by Eric Pouech at 2024-11-12T21:52:24+01:00
cmd: Fix substring substitution in variable expansion.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57290
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
68b3826d
by Eric Pouech at 2024-11-12T21:52:24+01:00
cmd: Implement 'touch' equivalent in COPY builtin.
MSDN documents a way to 'touch' a file in CMD.EXE with:
COPY /B file.ext+,,
(and actually the /B switch doesn't matter).
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
7b638dd0
by Eric Pouech at 2024-11-12T21:52:24+01:00
cmd/tests: Add test about IF EXIST.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
f2174452
by Eric Pouech at 2024-11-12T21:52:24+01:00
cmd: Modifiers in tilde variable expansion are case insensitive.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
d254d4ce
by Eric Pouech at 2024-11-12T21:52:24+01:00
cmd: Fix 'IF EXIST DIRECTORY' test condition evaluation.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>