Here are ten commands executed at \solr-8.6.3\bin directory:

1. Solr start help 
solr.cmd start -help

2. Start Solr with defaullting setting
solr.cmd start

3. Start Solr with a port
olr.cmd start -p 8988

4. Check Solr status
solr.cmd status

5. Stop Solr at a Port
solr.cmd stop -p 8988

6. Stop all Solr Instances
solr.cmd stop -all

7. Start with Provided techproducts Example
solr.cmd start -e techproducts

8. Create a Core: films
solr.cmd create_core -c films

9. Create a Core: money
solr.cmd create_core -c money

10. Delete a Core: money
solr.cmd delete -c money
