![[파워쉘]VBS로 파워쉘 실행](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2Fk9l94%2FbtrCiRegy3q%2FAAAAAAAAAAAAAAAAAAAAADqJCRa4N6mAvLkjtVfBpLUpqcq2ksz0eNegPKljuhYq%2Fimg.png%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1753973999%26allow_ip%3D%26allow_referer%3D%26signature%3DBC2NRji6qPVwGg%252BOo%252Be7GXg%252Fbu0%253D)
# Script/Powershell2017. 3. 5. 18:22[파워쉘]VBS로 파워쉘 실행
ps="powershell.exe -nologo -command " & Chr(34) & "[xxxx.ps1]" & Chr(34) set shell=createobject("WScript.Shell") shell.Run ps,0,true 출처 : http://kernel64.tistory.com/567
ps="powershell.exe -nologo -command " & Chr(34) & "[xxxx.ps1]" & Chr(34) set shell=createobject("WScript.Shell") shell.Run ps,0,true 출처 : http://kernel64.tistory.com/567