graysky wrote: > > Code: > err:winebrowser:get_url_from_dde Unabled to retrieve URL from string L"\"" > err:winebrowser:wmain Usage: winebrowser URL > > > > I'm not too sure how to handle this and would appreciate your suggestions. This is a long known but not yet fixed problem. As a workaround add "%1" to the winebrowser's command line in registry: Code: [HKCR\htmlfile\shell\open\command] @=C:\windows\system32\winebrowser.exe "%1"