We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

What is the correct configuration file phalcon.bat?

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?

Are you using Windows or Linux?



81.1k

I currently use Linux, but because some customers do not have access to linux, I also have to install it on Windows, but Windows presents me with that problem