mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2025-01-07 04:01:35 +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
|