bat cmd command execution

zookeeper.bat start zookeeper

Document reads as follows:

cmd /k "D:\programGreen\zookeeper-3.4.9\bin\zkServer.cmd"

kafka.bat start kafka

Document reads as follows:

cmd /k "D:\programGreen\kafka_2.12-2.2.0\bin\windows\kafka-server-start.bat D:\programGreen\kafka_2.12-2.2.0\config\server.properties"

Guess you like

Origin blog.csdn.net/sndayYU/article/details/91419793