Como interromper a execução do script em lote por 5 segundos

@echo off
echo %time%
timeout 5 > NUL
echo %time%
devops unicorn