|
|
@@ -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
|