Spaces in directory paths

This is a very simple problem: when using the command editor to define a shortcut to a path with spaces in, e.g.

"GO C:\path with spaces\somewhere"

the command does not work.

Is there something I should be doing instead (e.g. some kind of control character)??

Thanks in advance...

Tom

You need to put quotes around the path, like this:

GO "C:\path with spaces\somewhere"