mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +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
|