[컴] Powershell 을 sublime Text 2 에서 사용하기






Powershell syntax 설치


Package control 의 Install Package 에서도 찾을 수 있다.


SublimeText/PowerShell · GitHub



Powershell script 를 "실행" 창에서 실행하는 방법


c:\powershell.exe -noexit c:\scripts\ttt.ps1

경로에 space 가 있다면, & 와 '(single quote) 를 이용해서 아래처럼 해주면 된다.
c:\powershell.exe -noexit &'c:\my scripts\ttt.ps1'



See Also


댓글 없음:

댓글 쓰기