소스 검색

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.