Monday, February 6, 2006, 8:27:26 PM, Dmitry Timoshkov wrote:
On Mon, 2006-02-06 at 20:01 -0700, Vitaliy Margolen wrote:
Ok, how about 'wine start http://yahoo.com '? It doesn't work without %1. How else should we pass URL to the winebrowser then? Unless of course we make it use DDE... But that's not the way other programs work (like in the above example FireFox).
Can we start speak in the API terms? In this case it's ShellExecute. IMO a way to go is to find out how Windows' start command handles that.
IE uses DDE that's why there is no %1 at the end. So basically the app that you trying to get running on Wine is made for IE only :-(
Vitaliy.