Przeglądaj źródła

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

evoxwht 3 lat temu
rodzic
commit
7c13c47218
1 zmienionych plików z 4 dodań i 10 usunięć
  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