Commande PING avec la date et l' heure en bou
Résolu/Fermé
rens31
Messages postés
27
Date d'inscription
samedi 15 mai 2010
Statut
Membre
Dernière intervention
13 janvier 2013
-
8 nov. 2011 à 10:53
Dr NO - 13 mars 2014 à 10:07
Dr NO - 13 mars 2014 à 10:07
A voir également:
- Ping avec horodatage
- Port ping ✓ - Forum Réseaux sociaux
- Ping url ✓ - Forum Windows
- Ping défaillance générale ✓ - Forum Réseaux sociaux
- Ping bloqué : quel port ouvrir ? - Forum Réseau
- Ping:sur quel port?? - Forum Windows
3 réponses
jee pee
Messages postés
40437
Date d'inscription
mercredi 2 mai 2007
Statut
Modérateur
Dernière intervention
10 novembre 2024
9 419
8 nov. 2011 à 11:28
8 nov. 2011 à 11:28
Salut,
Avec 2 petits .cmd ça roule :
lance.cmd
call test.cmd >rapport.txt
test.cmd
echo off
:boucle
echo ------------------------------------------------%DATE% %TIME%
ping www.google.fr
goto boucle
Tu exécutes lance.cmd et tu as la trace dans rapport.txt
cdlt
Avec 2 petits .cmd ça roule :
lance.cmd
call test.cmd >rapport.txt
test.cmd
echo off
:boucle
echo ------------------------------------------------%DATE% %TIME%
ping www.google.fr
goto boucle
Tu exécutes lance.cmd et tu as la trace dans rapport.txt
cdlt