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
Please enable JavaScript to view the
comments powered by Disqus.