Skip to content

Draft: cmd: Consider only first argument as console title in "start".

Nikolay Sivov requested to merge nsivov/wine:cmd_start_quoting into master

These patches are meant to fix batch files that are using quoted arguments like this:

start /D "%~dp0" game.exe %*

cmd adds extra quotes around directory path, assuming it's a console title. Later this does not work with start.exe.

Merge request reports

Loading