visuddhinanda 5 years ago
parent
commit
3e132fb95a
1 changed files with 7 additions and 0 deletions
  1. 7 0
      app/dict/multi-core.bat

+ 7 - 0
app/dict/multi-core.bat

@@ -0,0 +1,7 @@
+
+rem RunP.bat
+rem 同时并行运行多个程序
+set cmd1=php comp_csv.php 0 20000
+set cmd2=php comp_csv.php 20001 40000
+start %cmd1%
+start %cmd2%