Answer the question
In order to leave comments, you need to log in
What characters should be escaped in single quotes?
What characters should be escaped in single quotes in pommershell? Here they write that only '
, but why then does it not work?
> ren '’Р’' 1
Rename-Item : Cannot bind argument to parameter 'Path' because it is an empty string.
At line:1 char:4
+ ren <<<< '’Р’' 1
> echo '’Р’'
Р
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question