Hi Nate
There are spaces in some areas, not in others.
(s)=space
Ex:
bcdedit(s)/create(s){ntldr}(s)/d(s)"Windows XP"
Note that there is no space between the / and the next word, which is the command
/set .. /create .. /displayfolder
But there is a space after that, to the object being created or set or displayed
/set {ntldr}
So basically, there is no space in the command switch (/set) but then there is before the object it's to work on ({ntldr})
and then a space after that to another command switch or object path (\ntdlr)
/set(s){ntldr}(s)path(s)\ntldr
/=command
\=path
Note that the path sign (\) is Not in the line /d "Windows XP", as that "d" isn't the path, it stands for Description. That one confuses some people who're working on the D: path