File: outbox_queue.bat

package info (click to toggle)
kalkun 0.8.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,340 kB
  • sloc: php: 30,659; javascript: 30,443; sql: 961; sh: 766; xml: 105; makefile: 40
file content (10 lines) | stat: -rw-r--r-- 171 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10


:: Configure this (use absolute path)
:: php cli path
set PHP=C:\php\php.exe
:: daemon.php path
set DAEMON=C:\kalkun\scripts\outbox_queue.php

:: Execute
%PHP% %DAEMON%