Unable to find Sonar-Service.bat on windows 10

I downloaded SonarQube Community Edition Free version 9.8.0.63668 from sonarsource.com
I successfully started Sonar Server from cmd and accessed locahost:9000
I successfully created a token
I ran below commands from cmd and got an error ‘sonar-scanner.bat’ is not recognized as an internal or external command, operable program or batch file.

sonar-scanner.bat -D"sonar.projectKey=SecondSonarQubeProject" -D"sonar.sources=." -D"sonar.host.url=http://localhost:9000" -D"sonar.login=sqp_aab5924a584dd1976e79d4a735665e128706bc51"

Issue: I am unable to find a location of sonar-scanner.bat on my windows pc.

Hi,

Typically the server and scanner don’t run on the same host in production. So, that executable isn’t part of the SonarQube installation; you must install it separately. The docs will get you started.

 
Ann