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).

Comments
Post a Comment