Cómo detener la ejecución del script por lotes durante 5 segundos
@echo off
echo %time%
timeout 5 > NUL
echo %time%
devops unicorn
@echo off
echo %time%
timeout 5 > NUL
echo %time%