powershell cannot change directory if path contains [ whereas dos command can [duplicate]
I don't understand why I cannot in Powershell go into a folder with [] for example
cd c:\test\[demo]
wheras 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 ?
Comments
Post a Comment