cara menghentikan eksekusi skrip batch selama 5 detik

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