Senior Member
Thanks Meter 1403
Posts: 3,735
Join Date: Oct 2010
Location: West Coast of California
|
Mkdir is an adb command to make a directory, no? It isn't an app or a file.
When you type adb shell what prompt do you get?
Here's my suggestion:
Open command window
Change your path to the correct directory on your PC
Connect tablet, with USB debugging enabled
Type adb devices
Verify communication by the response from adb
Type adb shell
Should return #
Type mkdir blah blah
Continue with the script
Or I could be wrong.
|