mirror of
https://github.com/friendica/friendica
synced 2026-03-07 22:29:02 +01:00
4 lines
125 B
Batchfile
4 lines
125 B
Batchfile
|
|
@echo OFF
|
||
|
|
:: in case DelayedExpansion is on and a path contains !
|
||
|
|
setlocal DISABLEDELAYEDEXPANSION
|
||
|
|
php "%~dp0console.php" %*
|