Answers for "how to parse command value in powershell"

0

how to parse command value in powershell

powershell -Command "(gc $env:userprofile\.android\avd\Nexus_4_API_23.avd\config.ini) -replace 'vm.heapSize=%getRam%','%setRam%' | Out-File -encoding ASCII $env:userprofile\.android\avd\Nexus_4_API_23.avd\config.ini"
Posted by: Guest on October-20-2020

Code answers related to "how to parse command value in powershell"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language