@echo off copy /Y setIndex\indexTwo.html index.html start /B npm run build timeout /t 35 /nobreak copy /Y setIndex\indexOne.html index.html echo Done! pause