批处理请教
adb shell下cd进一个文件夹下,在这个文件夹下要多次输入命令,批处理应该怎么写例如:在CMD命令中,我可以这么写
adb root
adb remount
adb shell
cd system/ttbin
wlnconfig /dev/smd3 reset
wlnconfig /dev/smd3 rawcmd 0x06, 0x03
在批处理中怎么写???? @Echo off
D:
cd ***
adb root
adb remount
adb shell
cd system/ttbin
wlnconfig /dev/smd3 reset
wlnconfig /dev/smd3 rawcmd 0x06, 0x03
pause
其中***是你的具体文件夹 就按你写的就行。
页:
[1]