mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2025-01-05 11:14:24 +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
|