Life Cycle
The sequence of execution the console application:
script.bat --> index.php --> Bootstrap.php --> Command(s) --> Output
An example of a batch file app/Console/scripts/demo/greet.bat
php.exe ../../index.php demo:greet Petrov --yell
It is important that the file path to php.exe
it was available.