I'm unable to open a folder in cmd. The folder name has a space
The script that I'm working on is
start D:\My Data
which does not work. However start D:\MyData seems to work
but I need the space in the folder name...
start "D:\My Data" just opens another cmd window:
