No, you must not be doing it right...
Did you install the android sdk?
If you are in windows.. adb lives in C:\Users\USERNAME\AppData\Local\Android\sdk\platform-tools
change USERNAME with your username ..
then run a command prompt and do something like
cd C:\Users\USERNAME\AppData\Local\Android\sdk\platform-tools
adb devices
and it should show if the tablet is connected... if all is well then you can do things like
adb install
or
adb shell
Mick
Did you install the android sdk?
If you are in windows.. adb lives in C:\Users\USERNAME\AppData\Local\Android\sdk\platform-tools
change USERNAME with your username ..
then run a command prompt and do something like
cd C:\Users\USERNAME\AppData\Local\Android\sdk\platform-tools
adb devices
and it should show if the tablet is connected... if all is well then you can do things like
adb install
or
adb shell
Mick