https://bugs.winehq.org/show_bug.cgi?id=10913 Jerome Leclanche <adys.wh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fgouget(a)codeweavers.com --- Comment #13 from Jerome Leclanche <adys.wh(a)gmail.com> --- It looks to me like this was fixed in http://source.winehq.org/git/wine.git/commitdiff/e0f4d5caf95cbe21f4bdb5a1ab4... 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.