Answers for "powershell change directory with space"

1

powershell change directory with space

You need to surround the path in double quotes if there is a space in the path!
for example:
cd "C:\Program Files"
Posted by: Guest on December-31-2020

Code answers related to "powershell change directory with space"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language