[Bug 19668] cmd /c doesn't wait for result before exiting?

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Aug 10 02:02:20 CDT 2009


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





--- Comment #1 from Dan Kegel <dank at kegel.com>  2009-08-10 02:02:19 ---
Simpler test case: create the batch file bad.bat, containing
  cmd /c notepad
  echo foo
Then run that with
  cmd /c bad.bat
On Windows, you won't see 'foo' until you quit out of notepad.
On Wine, you see it immediately.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list