windows powershell folder names with spaces code example
Example: 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"
You need to surround the path in double quotes if there is a space in the path!
for example:
cd "C:\Program Files"