Stap 1: Codering het programma
uitschakelen
kleur 0c
setlocal-delayexpansion
CLS
CON cols = 20 regels = 2
titel.
goto Tijd3
instellen van tim = 0
set tim1 = 0
set tim2 = 0
set tim3 = 0
: tijd
set /a tim = % tim % + 1
set tim1 = 0
set tim2 = 0
set tim3 = 0
goto Tijd3
: tijd1
set /a tim1 = % tim1% + 1
Als % tim1% == 60 goto tijd
set tim2 = 0
set tim3 = 0 goto Tijd3
: time2
set /a tim2 = % tim2% + 1
Als % tim2% == 60 goto tijd1
set tim3 = 0 goto Tijd3
: Tijd3
CLS
set /a tim3 = % tim3% + 1
Als % tim3% == 60 goto time2
ECHO % tim %: % tim1%: % tim2%: % tim3%
ping localhost -n 1 > nul
goto Tijd3