+ rest of Project

This commit is contained in:
Ca_Salat
2019-10-28 17:32:07 +01:00
parent a49242f76c
commit eb560fd9b7
1795 changed files with 148534 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
@ECHO OFF
for /f "tokens=2*" %%a in ('REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Android Studio" /v Path') do set "ASPath=%%~b"
ECHO %ASPath%