wine-wine/programs/cmd
Jason Edmeades 987fee3791 cmd: Correct handling of %~0 for batch call.
When a batch label is called, %0 and %~0 should be the label being
called, and if you start adding modifiers to it (eg %~d0) then you get
details of the batch program containing the label.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=44369
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: Correct handling of %~0 for batch call. 2018-08-29 22:01:38 +02:00
Makefile.in makefiles: Get rid of the MAKE_PROG_RULES variable. 2014-01-02 12:12:57 +01:00
batch.c cmd: Correct handling of %~0 for batch call. 2018-08-29 22:01:38 +02:00
builtins.c cmd: Fix 'if exist' with a directory\ as a parameter. 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
wcmd.h cmd: Expand the storage space for qualifiers. 2018-07-16 09:19:04 +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: Handle single line 'if' as nested if or with redirects. 2018-08-29 22:01:38 +02:00