https://bugs.winehq.org/show_bug.cgi?id=23319 Janne <janne.kekkonen(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |janne.kekkonen(a)gmail.com --- Comment #12 from Janne <janne.kekkonen(a)gmail.com> --- Tested with wine 9.0 I created hello world application and named it to shift.exe. First i started cmd with: wine cmd Commands given: 1: C:\temp\bug-23319>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. 2: C:\temp\bug-23319>shift.exe /? 3: C:\temp\bug-23319>./shift.exe /? Hello World Notes: Second command didn't output anything. In Windows 11: shift.exe /? Started the hello world application. -- 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.