Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • Please read Start - Start a program - Windows CMD - SS64.com and look at the syntax of start.
    – DavidPostill
    Commented Jan 26, 2020 at 12:17
  • @DavidPostill Yes, I have, this one, START "title" [/D path] [options] "command" [parameters]. I assume it takes php as command to execute with -S localhost... as parameters. But, then if I run php -S localhost... straightaway in cmd why doesn't it open the php shell then?
    – user31782
    Commented Jan 26, 2020 at 13:22
  • I've no idea. I don't use php.
    – DavidPostill
    Commented Jan 26, 2020 at 13:25
  • That's alright, bloke.
    – user31782
    Commented Jan 26, 2020 at 13:34