Add console executables

This commit is contained in:
Hypolite Petovan 2018-03-18 05:12:39 -04:00
parent 9b8fb1d550
commit dcf2ed26bb
3 changed files with 23 additions and 0 deletions

4
bin/console.bat Normal file
View file

@ -0,0 +1,4 @@
@echo OFF
:: in case DelayedExpansion is on and a path contains !
setlocal DISABLEDELAYEDEXPANSION
php "%~dp0console.php" %*