launch in parallel (windows bat doesn't have a good way to wait until complete..)

This commit is contained in:
mappu 2014-05-10 14:51:03 +12:00
parent 4d37930689
commit 3a8891979a
1 changed files with 5 additions and 5 deletions

View File

@ -11,10 +11,10 @@ copy static\* wwwroot
echo Building pages...
echo.
%PHP% rebuild.php 4 0
%PHP% rebuild.php 4 1
%PHP% rebuild.php 4 2
%PHP% rebuild.php 4 3
%PHP% rebuild.php 4 4
start /b %PHP% rebuild.php 4 0
start /b %PHP% rebuild.php 4 1
start /b %PHP% rebuild.php 4 2
start /b %PHP% rebuild.php 4 3
start /b %PHP% rebuild.php 4 4
pause