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> (cherry picked from commit 987fee37) Signed-off-by:
Michael Stefaniuc <mstefani@winehq.org>
Please register or sign in to comment