I downloaded the last version of Elasticsearch and followed the guide provided by them in https://www.elastic.co/guide/en/elasticsearch/reference/current/zip-windows.html
But in the section "Check that Ealsticsearch is running" it says that you can test it typing this command line in the terminal:
curl --cacert %ES_HOME%\config\certs\http_ca.crt -u elastic https://localhost:9200
When i do this the terminal doesnt recognize the "-u" parameter and it gives me back an error
Everything until this point was working just fine and i cant find out what and why this is happening. I appreciate every kind of help! thanks