
п.с. Поправил картинку

Код: Выделить всё
$C = Read-Host "Стоимость строительства"
$H = 0.04193 * $([math]::pow($C,0.8022)) / $C
"норматив расхода: {0:f}%" -f $HКод: Выделить всё
set-executionpolicy remotesignedКод: Выделить всё
@echo off
for /f "tokens=2 delims==" %%i in (' assoc .ps1 ') do (
echo ftype %%i="c:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" "%%1"
)Код: Выделить всё
powershell -c c:\path\file.ps1