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. |