3 lines
71 B
Batchfile
3 lines
71 B
Batchfile
|
@echo off
|
||
|
set s=%0
|
||
|
(more %s:bat=ps1% & echo;) | powershell -command -
|