5 lines
125 B
Batchfile
Executable File
5 lines
125 B
Batchfile
Executable File
@echo OFF
|
|
:: in case DelayedExpansion is on and a path contains !
|
|
setlocal DISABLEDELAYEDEXPANSION
|
|
php "%~dp0console.php" %*
|