The problem is that your flow can’t find your php.exe.
Navigate to mySite\Configuration and copy the Settings.yaml.example to Settings.yaml
Then uncomment the lines
core:
phpBinaryPathAndFilename: 'PATH_TO_YOUR_PHP/php.exe'
and set the right path to your php.exe
After that navigate to mySite-Directory an run
flow welcome
again.