windows - Can't run a command in PowerShell because of single quote -


when try run command

iex (new-object net.webclient).downloadstring('https://get.scoop.sh') 

in order install scoop can't execute because can't right escaping of string open single quote @ beginning, @ picture better understanding.

i'm on windows 7, how solve it? don't have 2 different single quotes on keyboard (italian keyboard layout).

if see open quote corrupted have on keyboard


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -