@echo off echo Starting Main Server... echo Open http://localhost:8000 to see the index. php -S localhost:8000 pause