I'm very surprised no one has mentioned:
C:> timeout 5
N.B. Please note however (thanks Dan!) that timeout 5
means:
Sleep anywhere between 4 and 5 seconds
This can be verified empirically by putting the following into a batch file, running it repeatedly and calculating the time differences between the first and second echo
s:
@echo off
echo %time%
timeout 5 > NUL
echo %time%
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…