I think this is a very special case in cmd.exe
Yes, it's true that there are shell commands that
do need the quotes (eg
copy and
move) but
set is another command that does not need them.
Running
set PATH=%PATH%;C:\with a space works as intended.
Anyway, it seems to me that the need for quotes is by no means specific to windows.
Last night I indicated that
cd on Windows doesn't need the quotes, though
cd on Linux does.
Tonight, I've noticed that
set on Windows doesn't need the quotes, though
export on Linux does.
It's pretty clearly inaccurate to present the need for double quotes as a Windows thing - though I guess it could be argued that
Bill wasn't actually claiming it
was windows-specific.
Cheers,
Rob.