使用方法:复制代码保存为.bat结尾的文件,修改截图的保存路径,无线连接版需要修改为自己手机的ip地址。
wifi无线连接版本:
echo 开始截图... taskkill /IM adb.exe -f adb tcpip 5555 adb connect 192.168.80.25:5555 adb shell /system/bin/screencap -p /sdcard/screenshot.png adb pull /sdcard/screenshot.png D:\Pictures call mspaint.exe D:\Pictures\screenshot.png echo 截图完成... pause
数据线版本:
adb shell /system/bin/screencap -p /sdcard/screenshot.png adb pull /sdcard/screenshot.png D:\Pictures call mspaint.exe D:\Pictures\screenshot.png