http://bugs.winehq.org/show_bug.cgi?id=10913
Alexander Nicolaysen Sørnes alex@thehandofagony.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alex@thehandofagony.com
--- Comment #1 from Alexander Nicolaysen Sørnes alex@thehandofagony.com 2008-01-06 12:44:52 --- If the first parameter to start on Windows XP is quoted, this will be taken as the title. The problem is that the Windows 9x version of start does not have the title parameter, so doing
start "notepad" a
will work on 9x but not in XP, because "notepad" is taken as the program name. So I guess the best we can do is to query for the Windows version.