Horje
how to assign a value to a variable in batch script using powershell Code Example
how to assign a value to a variable in batch script using powershell
@echo OFF
for /f %%a in ('powershell -file script.ps1') do set "pass=%%~a"
echo %pass%




Shell

Related
cmd find file dir Code Example cmd find file dir Code Example
apt-get install certbot Code Example apt-get install certbot Code Example
show remote git Code Example show remote git Code Example
check cuda nn version Code Example check cuda nn version Code Example
nvm install stable not found Code Example nvm install stable not found Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
13