Re: gspawn-win32-helper

"alex_shaduri <[email protected]>" <[email protected]> Mon, 20 Jan 2003 16:38:17 -0000
Newsgroups gmane.comp.video.gimp.windows.devel
Message-ID <[email protected]>
--- In [email protected], Joaquin Cuenca Abela <e98cuenc@y...> wrote:
> Just guessing, but did you tried putting double quotes
> around the path?
> 
> like "\"C:\\Program Files\\internet
> explorer\\iexplore.exe\""
> 

Success!
The path "'\"c:\\program files\\internet explorer\\iexplore.exe\"'" (putting the real path into escaped double quotes and then into single quotes and double-quoting everything for the string to work as a C string) seems to work. But I still think this is a bug that should be fixed sooner or later.