How to Execute unity project in command prompt??

Open the CMD, if you compiled for standalone for example in windows you just navigate to the compiled project path and call the .exe extension that your project have e.g: “cd c:” > “cd MyProject” > “start project.exe” (Windows Platform)