I have a simple batch file to do this - c:\windows \system32\AndroidSetup.bat Since c:\windows\System32 is already in the path, it works well for me. Your mileage might vary. Just call androidsetup in any command window and we're all set.
@echo off set ANDROID_SDK=c:\dev\Google\android-sdk-windows-1.5_r2 set PATH=%ANDROID_SDK%\tools;%PATH% On Jul 10, 3:34 am, Chenny <[email protected]> wrote: > Hi All, > I know we can easy contact devide with ADB from Linux PC. such as: > $ export ADBHOST=xx.xx.xx.xx > $ adb kill-server (you must make sure adb path is set) > $ adb shell > > But how to do it from Windows NT? > How to set ADBHOST from windows? > > Thanks very much! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

