J
jan_bar
Hi,
I want to start command line tool from a batch, keep the same command window
and wait for it at the same time. Sample:
start "test" /low /wait /b "path\to\some\command\line\tool.exe"
The problem is, that /wait and /b doesn't work together. When the /b is
specified, the /wait is ignored - and any Ctrl-C will nto reach the running
tool.exe. How can I solve this?
In fact, I just want to start the tool.exe with lower priority, start /low
seems to be the cheapest way.
Thanks, Jan
I want to start command line tool from a batch, keep the same command window
and wait for it at the same time. Sample:
start "test" /low /wait /b "path\to\some\command\line\tool.exe"
The problem is, that /wait and /b doesn't work together. When the /b is
specified, the /wait is ignored - and any Ctrl-C will nto reach the running
tool.exe. How can I solve this?
In fact, I just want to start the tool.exe with lower priority, start /low
seems to be the cheapest way.
Thanks, Jan