Software >> OS >> Windows >> Command Line >> How to put multiple commands on one line

 

Use && as separator between commands.

eg.

c:\> echo one && echo two && echo three