This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!
I think what may be happening is that you are attempting to run the batch file (run.bat) from within your unzip program. That won't work because it can't find the adb.exe file (which is still zipped up inside the zip file), which explains the error message you are seeing. Instead, you need to use your unzip program to extract the entire contents of the zip file first. All files should be together in one folder on your PC. There are eight files total, including run.bat, adb.exe, superuser.apk, and some others. After you have done this, open the folder where you extracted all the files and double-click the run.bat file. It should now be able to find the adb.exe file there in the same folder, and you will be good to go.