4 lines
102 B
Batchfile
4 lines
102 B
Batchfile
@ECHO OFF
|
|
%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\PowerShell.exe -Command "& '%~dpn0.ps1'"
|
|
pause
|