My understanding is that start.exe will not work because it must be compatible with the windows version of start. In any case, I don't think I could usefully share code with the rest of start. Attempting to guess between unix and windows paths is not necessary (I saw no reason not to do it, but I can remove it). I would like to keep the distinction between .exe and other files so that bug 5368 can be fixed. On Wed, Mar 26, 2008 at 8:50 AM, Alexandre Julliard <julliard(a)winehq.org> wrote:
"Vincent Povirk" <madewokherd+d41d(a)gmail.com> writes:
My last attempt created a new winelib program; apparently this functionality fits in explorer.
start.exe is probably more appropriate. Either way you are trying to make it too smart; it should take a straight Unix path, and not try to guess anything.
-- Alexandre Julliard julliard(a)winehq.org
-- Vincent Povirk