[Bug 10913] start.exe doesn't support optional process title argument

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Feb 11 05:45:25 CST 2015


https://bugs.winehq.org/show_bug.cgi?id=10913

François Gouget <fgouget at codeweavers.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #14 from François Gouget <fgouget at codeweavers.com> ---
Actually this is fixed. You have to escape the double-quotes in cmd too:

This works:

> $ wine cmd
> ...> start \"foo\" regedit

It results in cmd running the following command through CreateProcessW() as can
be seen from the WCMD_start() code in programs/cmd/builtins.c.

cmdline=L"C:\\windows\\command\\start.exe \\\"foo\\\" regedit"

-- 
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.


More information about the wine-bugs mailing list