Page 1 sur 1

horloge

Posté : 13 mars 2015 00:53
par art

Code : Tout sélectionner

@echo off
title batch clock
color fc
:start
echo Date: %date% Time: %time%
cls
goto start
 
une horloge batch

Re: horloge

Posté : 21 sept. 2016 07:26
par alexandros
art a écrit :

Code : Tout sélectionner

@echo off
title batch clock
color fc
:start
echo Date: %date% Time: %time%
cls
goto start
 
une horloge batch
Sokamanud a écrit :I think it's good to have this thing.
crappy code