diff --git a/rebuild.cmd b/rebuild.cmd index 25facc0..1b00a35 100644 --- a/rebuild.cmd +++ b/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 \ No newline at end of file