I don't understand why I cannot in PowerShell go into a folder with []
, for example
cd c:\test\[demo]
whereas I have created in PowerShell with
md [demo]
and I can actually cd
with DOS command.
So what can I do if I want to navigate in this folder from PowerShell ?