Amadan
3
Q:

how to set findstr to new variable

set result=
for /f %%i in ('findstr hw.ramSize %userprofile%\.android\avd\Nexus_4_API_23.avd\config.ini%') do (
    rem  set getRam="%%i"
    rem  set setRam=%ramValue%
   set result=%%i
 )
echo %result%
0

New to Communities?

Join the community