Draft: cmd: Consider only first argument as console title in "start".
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.