mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-10 17:42:50 +00:00
12 lines
202 B
Batchfile
12 lines
202 B
Batchfile
chcp 65001
|
|
start "Chat Serve" /b php think workerman start chat
|
|
start "Admin Serve" /b php think workerman start admin
|
|
start "Time Task" /b php think timer start
|
|
php think workerman start channel
|
|
|
|
|
|
|
|
|
|
|
|
|