Explorar el Código

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

evoxwht hace 3 años
padre
commit
7c13c47218
Se han modificado 1 ficheros con 4 adiciones y 10 borrados
  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