Actually things like /run and /splay that take the last parameter as a filename don't need quotes. Quotes are only needed to surround filepaths that are somewhere in the middle of the expected parameters, eg. /write and /writeini. When it's the last parameter there's no ambiguity about where the filename ends so they're not needed.