To change into some directory with spaces you can either put the directory in quotes: cd "whatever/Program Files" or type '\ ' (without the single quotes), this is called escaping: cd whatever/Program\ Files
To change into some directory with spaces you can either put the directory in quotes: cd "whatever/Program Files" or type '\ ' (without the single quotes), this is called escaping: cd whatever/Program\ Files