You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
sorry if this has been asked a million times, but is it possible to create a batch file that opens SCRCPY without the console window? I have a batch file that does what I want now, however, I would like it to open scrcpy without the console window. Is this possible at all? And if so what command would i need to enter --no-console? or something similar?
Thanks.
The text was updated successfully, but these errors were encountered:
And if so what command would i need to enter --no-console?
A command line parameter to not start a console would not be possible: when scrcpy is started, it's too late for Windows, the console is already open. See #1988 (comment).
That's why there's a separate VBS script.
Hello,
sorry if this has been asked a million times, but is it possible to create a batch file that opens SCRCPY without the console window? I have a batch file that does what I want now, however, I would like it to open scrcpy without the console window. Is this possible at all? And if so what command would i need to enter --no-console? or something similar?
Thanks.
The text was updated successfully, but these errors were encountered: