Have any idea how to get around paths with spaces?

I tried

 Code:
Run '%COMSPEC% /C START \\10.10.202.1\share home'


where 'share home' is a folder name and it doesn't like it.

I also tried

 Code:
Run '%COMSPEC% /C START "\\10.10.202.1\share home"'


but it does not work either