visuddhinanda 5 tahun lalu
induk
melakukan
3e132fb95a
1 mengubah file dengan 7 tambahan dan 0 penghapusan
  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%