How to start the application from a batch file without having to provide input ?
tigrouind opened this issue · 0 comments
tigrouind commented
I would like to start the application from a batch file, I have written the following command :
start "" "%ProgramFiles%\Buttercup\ButterCup.exe"
It works, but there is two main issues :
- It output many lines into console.
- It hangs on
[INF] 08:26:16: Updates: No update available
and waits for an input (eg: enter key) to continue. Because of that, the current open command line does not close. Using the--no-update
argument does not help.