BAT脚本如何自动执行 adb shell 以后的命令时间:2023-03-08 22:51:44 @echo off echo su > temp.txt echo 其它命令 >> temp.txt adb shell < temp.txt del temp.txt 求问 BAT脚本如何自动执行 adb shell 以后的命令_百度知道http://zhidao.baidu.com/question/496847483.html