瀏覽代碼

【程序目录】优化windows启动命令

evoxwht 3 年之前
父節點
當前提交
7c13c47218
共有 1 個文件被更改,包括 4 次插入10 次删除
  1. 4 10
      crmeb/workerman.bat

+ 4 - 10
crmeb/workerman.bat

@@ -1,10 +1,4 @@
-start cmd /c php think workerman start chat
-start cmd /c php think workerman start admin
-start cmd /c php think timer start
-php think workerman start channel
-
-
-
-
-
-
+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