Skip to content

Instantly share code, notes, and snippets.

@hal-gh
Created May 10, 2012 21:47
Show Gist options
  • Save hal-gh/2656105 to your computer and use it in GitHub Desktop.
Save hal-gh/2656105 to your computer and use it in GitHub Desktop.
Diagnostics
cls
cd \
echo %PROGRAMFILES%
echo %PROGRAMDATA%
echo %USERPROFILE%
echo %PATH%
echo %JAVA_HOME%
java -version
javac -version
python -V
git --version
rem if the ANDROID_SDK variable is configured, please delete it and run this script again
echo %ANDROID_SDK%
adb version
cd %PROGRAMFILES%
android list target
cd \
rem --- The following are optional ---
rem ----------------------------------
scons -v
rem ----------------------------------
echo %HTTP_PROXY%
echo %HTTPS_PROXY%
rem ----------------------------------
echo %SOCKS_PROXY%
rem ----------------------------------
rem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment