mirror of
https://github.com/Genymobile/scrcpy
synced 2024-11-11 01:10:32 +00:00
5 lines
90 B
Batchfile
5 lines
90 B
Batchfile
|
@echo off
|
||
|
scrcpy.exe %*
|
||
|
:: if the exit code is >= 1, then pause
|
||
|
if errorlevel 1 pause
|