adb fixed

change this:

IF EXIST "!ADB_EX!" ( echo [*] setting it, just during this session, for you set "PATH=%ANDROIDHOME%!ADB_DIR!;%PATH%" <-- OLD LINE REM goto :TestADB call :TestADB )

to this:

IF EXIST "!ADB_EX!" ( echo [*] setting it, just during this session, for you set "PATH="!ANDROIDHOME!!ADB_DIR!";%PATH%" <-- FIXED LINE REM goto :TestADB call :TestADB )

because it gives errors