This repository has been archived on 2023-11-19. You can view files and clone it, but cannot push or open issues or pull requests.
goober-ionic/platforms/android/cordova/lib/getASPath.bat

3 lines
137 B
Batchfile
Raw Normal View History

2018-07-16 02:24:48 +00:00
@ECHO OFF
for /f "tokens=2*" %%a in ('REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Android Studio" /v Path') do set "ASPath=%%~b"
ECHO %ASPath%