What do the Windows cmd parameters mean in Symfony\Component\Process\Process::start()?


  • /V:ON Enables delayed environment variable expansion.
  • /E:ON Enables command extensions.
  • /D Disables execution of AutoRun commands.
  • /C Carries out the command specified by String and then stops.