-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
  • 38,414
  • 7
  • 81
  • 112
mcfly soft
  • 11,289
  • 26
  • 98
  • 202

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
  • 11,289
  • 26
  • 98
  • 202