How would you execute multiple Windows commands from the command line, the second command executing after the first command?
1) command1 || command2
2) command1 > command2
3) command1 → command2
4) command1 command2

Q&A Education