cmd /K "command1 && command2 && command3" allows to execute multiple commands in one cmd window.
/K parameter keeps the window open, /C will close the window. See cmd /? for more options.
You can't run cmd directly from nmjs, use "start" command. This worked for me: