http://bugs.winehq.org/show_bug.cgi?id=23319 --- Comment #13 from Janne <janne.kekkonen(a)gmail.com> --- Tested with Wine10.19 on Ubuntu 22.04 running on VMWare. Seems that shift.exe is not interpret as internal command anymore. Seems that functionality of shift /? has changed. To get help for shift help command is needed. Log:
wine --version wine-10.19 WINEPREFIX=~/npp_tst WINEARCH=win64 wine cmd Microsoft Windows 10.0.19045
C:\temp>shift C:\temp>shift /? HELP <command> shows brief help details on a topic. HELP without an argument shows all CMD built-in commands. C:\temp>help shift SHIFT is used in a batch file to remove one parameter from the head of the list, so parameter 2 becomes parameter 1 and so on. It has no effect if called from the command line. C:\temp>shift.exe Hello World C:\temp>shift.exe /? Hello World C:\temp>./shift.exe /? Hello World C:\temp>.\shift.exe Hello World C:\temp>.\shift.exe /? Hello World C:\temp> -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.