- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
set-executionpolicy unrestricted
set /p name="set name: "
set fullname=%name%.mp4
set /p time="set time: "
set /p path="set path: "
adb shell screenrecord --bit-rate 8000000 --time-limit %time% %fullname%
echo "Recording finished. Pulling %fullname% into current folder:"
adb pull %fullname% %path%
adb shell rm %fullname%
set /p DUMMY="Press Enter to continue"
SemaReal 19.10.2017 05:55 # +2