Running multiple servers in one command

Hi,
Each folder(Elasticsearch,Logstash,Kibana) runs a completely different type of server.
They have to have 3 command instances up at the same time.
Is there a way I can run the following commands within each folder from a single command instance?
elasticsearch needs to run = elasticsearch.bat

kibana needs to run = kibana.bat

logstash needs to run = logstash -f logstash.conf

Any help would be sincerely appreciate!
Thanks!

No, you will need to run the command 3 times.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.