Преглед на файлове

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.