Im have a lots of ADB trouble in the past, which is why im removed the install APK part, which im should added back again. Im look on that later this week.
By now you can do something like that....
startouyadriver.bat (should only do that once, if the ADB fails to install).
adb kill-server
echo 0x2836 >> "%USERPROFILE%\.android\adb_usb.ini"
adb start-server
To install the game using bat file, do this:
d:
cd "D:\Programmer\GlBasic_v11_beta4\Compiler\platform\Android\android-sdk-windows\platform-tools
adb.exe install -r "D:\Dokumenter\Programmer\Glbasic\GLBasic\Greedy_Mouse\distribute\Android\bin\glbasic-debug.apk"
You should of course change the first path where the glbasic have been installed. The second path is the full path to the glbasic-debug.apk. When you have created those two files, then dobule click from Explorer shoul do the job.
Again im see can do a more automatic install again, due ADB seen much more stable with the new SDK.