-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
  • 35,323
  • 6
  • 64
  • 105
mcfly soft
  • 10,143
  • 21
  • 80
  • 162

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,143
  • 21
  • 80
  • 162