[Bug 10913] start.exe doesn't support optional process title argument

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Jan 6 12:44:53 CST 2008


http://bugs.winehq.org/show_bug.cgi?id=10913


Alexander Nicolaysen Sørnes <alex at thehandofagony.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alex at thehandofagony.com




--- Comment #1 from Alexander Nicolaysen Sørnes <alex at 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.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the wine-bugs mailing list