2 строки
101 B
Batchfile
2 строки
101 B
Batchfile
|
@echo off
|
||
|
powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0dotnet-install.ps1""" %*"
|