Comment arrêter l'exécution du script par lots pendant 5 secondes

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