ДействиеСценарий / Говнокод #23197 Ссылка на оригинал

0

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
set-executionpolicy unrestricted

set /p 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 &> $null
echo "Recording finished. Pulling $fullname into current folder:"
adb pull $fullname $path /С/ # $fullname
adb shell rm $fullname

Запостил: storvus storvus, (Updated )

Комментарии (1) RSS

Добавить комментарий

Переведи на "PHP", guest!

    А не использовать ли нам bbcode?


    8