瀏覽代碼

Add 'Cmd Wraper/LaunchPS1.bat'

bat file to run ps1 files from cmd
delta 2 年之前
父節點
當前提交
88dd023d3f
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      Cmd Wraper/LaunchPS1.bat

+ 2
- 0
Cmd Wraper/LaunchPS1.bat 查看文件

@@ -0,0 +1,2 @@
1
+%windir%\system32\WindowsPowerShell\v1.0\powershell.exe Unblock-File .\file_to_run.ps1 
2
+%windir%\system32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy Unrestricted .\file_to_run.ps1 

Powered by TurnKey Linux.