mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2024-12-18 18:35:55 +01:00
5 lines
86 B
Batchfile
5 lines
86 B
Batchfile
|
@echo off
|
||
|
scrcpy.exe %*
|
||
|
:: if the exit code is >= 1, then pause
|
||
|
if errorlevel 1 pause
|