launch in parallel (windows bat doesn't have a good way to wait until complete..)
This commit is contained in:
parent
4d37930689
commit
3a8891979a
10
rebuild.cmd
10
rebuild.cmd
@ -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
|
Reference in New Issue
Block a user