-1

I would like to simply start adb with following script commands. I am not able to do. Can someone help?

set adbstart = C:\Users\username\AppData\Local\Android\sdk\platform-tools\adb
%adbstart%

output is:

set adbstart = C:\Users\username\AppData\Local\Android\sdk\platform-tools\adb

that's all. I expected the help page from adb.

Ross Ridge
  • 37,034
  • 7
  • 72
  • 110
mcfly soft
  • 10,593
  • 26
  • 89
  • 177

1 Answers1

0

How stupid this is !

removing the spaces in assigning solved the issue. really stupid !

set adbstart=C:\Users\username\AppData\Local\Android\sdk\platform-tools\adb
call %adbstart%
mcfly soft
  • 10,593
  • 26
  • 89
  • 177