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

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Mar 9 16:18:06 CDT 2014


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

Jerome Leclanche <adys.wh at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fgouget at codeweavers.com

--- Comment #13 from Jerome Leclanche <adys.wh at gmail.com> ---
It looks to me like this was fixed in
http://source.winehq.org/git/wine.git/commitdiff/e0f4d5caf95cbe21f4bdb5a1ab4e99b935bfb4e5#patch47

However, it is only fixed when calling it outside wine cmd.

This succeeds:

> $ wine start '"foo"' regedit

This fails:

> $ wine cmd
> ...> start "foo" regedit
fixme:exec:SHELL_execute flags ignored: 0x00000100
Application could not be started, or no application associated with the
specified file.
ShellExecuteEx failed: File not found.

So it doesn't help when things are run from a cmd file.

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