http://bugs.winehq.org/show_bug.cgi?id=10912
Summary: start command does not support /B option Product: Wine Version: 0.9.46. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: test AssignedTo: wine-bugs@winehq.org ReportedBy: m.gritsch@gmail.com
The Wine program 'start' does understand some options (e.g. /MIN, /MAX), but some others are missing. In particular I miss the option /B which starts an application without creating a new window: http://www.ss64.com/nt/start.html
http://bugs.winehq.org/show_bug.cgi?id=10912
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|testcases |programs
http://bugs.winehq.org/show_bug.cgi?id=10912
--- Comment #1 from Austin English austinenglish@gmail.com 2008-10-30 02:14:11 --- Is this still an issue in current (1.1.7 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=10912
--- Comment #2 from Markus Gritsch m.gritsch@gmail.com 2008-10-30 04:45:05 --- Yes, the problem still exists. See the terminal session at the end of this comment for details.
The main problem is, that the command 'start' refuses to work at all, if the option /B is present. It would already be an improvement, if the option /B would be silently ignored if wine is not able to start a program without creating a new window.
Terminal session:
Z:\home\markus>markus@markus-desktop:~$ wine --version wine-1.1.7 markus@markus-desktop:~$ wine cmd CMD Version 1.1.7
Z:\home\markus>start /B err:start:wmain Option 'L"/B"' not recognized Start a program, or open a document in the program normally used for files with that suffix. Usage: start [options] program_filename [...] start [options] document_filename
Options: /M[inimized] Start the program minimized. /MAX[imized] Start the program maximized. /R[estored] Start the program normally (neither minimized nor maximized). /W[ait] Wait for started program to finish, then exit with its exit code. /Unix Use a Unix filename and start the file like windows explorer. /L Show end-user license.
start.exe version 0.2 Copyright (C) 2003, Dan Kegel Start comes with ABSOLUTELY NO WARRANTY; for details run with /L option. This is free software, and you are welcome to redistribute it under certain conditions; run 'start /L' for details.
http://bugs.winehq.org/show_bug.cgi?id=10912
--- Comment #3 from Austin English austinenglish@gmail.com 2008-10-30 10:14:39 --- Created an attachment (id=16988) --> (http://bugs.winehq.org/attachment.cgi?id=16988) patch to ignore b/B
Here's a patch to ignore it. It does nothing, but will allow start to run.
http://bugs.winehq.org/show_bug.cgi?id=10912
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch, source
http://bugs.winehq.org/show_bug.cgi?id=10912
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Keywords| |download
--- Comment #4 from Austin English austinenglish@gmail.com 2009-05-03 21:10:22 --- Still present.
http://bugs.winehq.org/show_bug.cgi?id=10912
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #5 from Dan Kegel dank@kegel.com 2009-08-02 00:25:31 --- Markus, is there some app that depends on this behavior? Perhaps some of your own batch files need it?
http://bugs.winehq.org/show_bug.cgi?id=10912
--- Comment #6 from Markus Gritsch m.gritsch@gmail.com 2009-08-02 14:04:42 --- Austins patch, which silently ignores this option, is sufficient for my needs.
http://bugs.winehq.org/show_bug.cgi?id=10912
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #7 from Austin English austinenglish@gmail.com 2009-08-04 01:41:14 --- (In reply to comment #6)
Austins patch, which silently ignores this option, is sufficient for my needs.
Fixed by 6deaa09887b584ca58e68392d7178fafb8ddb079.
http://bugs.winehq.org/show_bug.cgi?id=10912
Markus Gritsch m.gritsch@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED
--- Comment #8 from Markus Gritsch m.gritsch@gmail.com 2009-08-04 02:00:29 --- #verified
http://bugs.winehq.org/show_bug.cgi?id=10912
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |RESOLVED
--- Comment #9 from Dmitry Timoshkov dmitry@codeweavers.com 2009-08-04 04:22:46 --- VERIFIED is not used in Wine bugzilla.
http://bugs.winehq.org/show_bug.cgi?id=10912
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #10 from Alexandre Julliard julliard@winehq.org 2009-08-07 12:06:03 --- Closing bugs fixed in 1.1.27.