horloge

Vous avez réalisé un script utile, faites en profiter la communauté !

Modérateur : WIN32-[GG]

Répondre
art
Batcheur débutant
Messages : 13
Enregistré le : 13 mars 2015 00:21

horloge

Message 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
alexandros
Batcheur débutant
Messages : 13
Enregistré le : 21 sept. 2016 07:02

Re: horloge

Message 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
Répondre