start is not an executable but is an internal command of the cmd.exe shell, so to start something you'd have to:
EDIT:
For spawning multiple windows, this should work:
but you mentioned that spawn="true" is not applicable for your environment, why is that?