I start 3 zk nodes at port 2181,2182, and 2183 on my local machine. Go into Solr 5.4.1 root folder and issue and issue the command in article 'Setting Up an External ZooKeeper Ensemble' in reference guide
bin\Solr start -c -s mynodes\node1 -z localhost:2181,localhost:2181,localhost:2183 but it doesn't run but just show help page of start command in solr.cmd. How should I issue the correct command?