In my phalcon.bat the default configuration file is as follows:
@echo off
set PTOOLSPATH="%~dp0\"
php %PTOOLSPATH%phalcon.php %*
In reviewing the console with the command "Phalcon commands" if I deploys the correct information but to enable web tools gives me an error of direction
In several tutorials I've seen to manually edit the address by putting the address of the folder but this gives me an error: what program to open the file phalcon.bat ?. What is the correct configuration file phalcon.bat?