[wpkg-users] [Bug 155] stdout/stderr flush code causes some commands to hang

bugzilla-daemon at bugzilla.wpkg.org bugzilla-daemon at bugzilla.wpkg.org
Wed May 27 21:29:04 CEST 2009


http://bugzilla.wpkg.org/show_bug.cgi?id=155





--- Comment #9 from Jason Oster <parasytic at gmail.com>  2009-05-27 21:28:56 ---
Prepending "%COMSPEC% /c " to some commands causes problems, unfortunately. For
example, running 32-bit/GUI executables from the command line forks a new
process. The process can be waited on using the "start" command with "/wait":

%COMSPEC% /c start "Running..." /wait <path to exe and args>

Another affect is that some commands already explicitly run %COMSPEC%, for
example, to use the command interpreter commands, mkdir, del, or even start.

Seems like there are a lot of conflicts with this workaround.

-- 
Configure bugmail: http://bugzilla.wpkg.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.



More information about the wpkg-users mailing list