how to change directory to a file with spaces code example
Example 1: how to cd to a directory with spaces
Write the beginning of the directory and press "tab"
this will fill out the rest
Example 2: cmdchange 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"