Use a backtick ` to escape your special double quote, so this:
powershell -noexit -command $str = \"hello '123'” world\"; write-host $str
becomes this:
powershell -noexit -command $str = \"hello '123'`” world\"; write-host $str
'컴퓨터관련' 카테고리의 다른 글
vnc supports only the display, not audio...펌 (0) | 2016.06.08 |
---|---|
powershell -command quotes, escape by backslash, &"" in powershell...펌 (0) | 2016.05.08 |
powershell quote in quote, double quote...펌 (0) | 2016.05.08 |
powershell run dos commands...펌 (0) | 2016.05.07 |
스포티지 1.7 실연비 얘기...펌 (0) | 2016.05.04 |