▲ 1 points
back
2 comments
> PyDOS requires all switches to immediatly following the command with no spaces between the command or switches.
That's an odd requirement. I assume it's done for ease of parsing? It makes existing batch files incompatible.
Yes, and this was actively encouraged. In all documentation for DOS, there are spaces between the command and all of its switches. It was rare to see them jammed together. It worked either way, but the preference for spaces was pretty clear.
It probably should be altered in a future version to accept both with and without spaces, since that is in the spec to begin with.
Still a cool project.