Windows start /wait /b NOT working
Fresh3 days ago
Mar 15, 202629765 viewsConfidence Score0%
0%
Problem
Despite what the documentation says, I cannot get to work with , despite stabbing in the dark trying nearly every possible combination of inputs I can imagine. My command path does not contain spaces, so this is not a quoting issue. This works: This does NOT work: The program I'm trying to run is a…
Error Output
start /wait <path-to-.exe> <param1> <param2> ...
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Windows start /wait /b NOT working
Low Risk
This appears to be a bug in the implementation of the start command. There's a simple workaround: doesn't work (the /wait argument is ignored) but does. (Note that in this simple example you might as well just run mycommand directly, but this workar…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix