I want to modify a shortcut to use a different CPU affinity, e.g.:
cmd /c "start /affinity 7 path\program"
It works fine, until path or program contains spaces.
Then, quotes surrounding path\program would be needed, nested inside the other quotes.
How can this be achieved?