Einzelnen Beitrag anzeigen
Alt 09.04.2003, 14:07   #2
Montafon
Master
 
Registriert seit: 17.09.2001
Alter: 48
Beiträge: 563


Standard

auf die schnelle fällt mir nur eine Lösung ein

pingen.bat

Inhalt:

@ECHO OFF
:START
date /t >> test.txt
time /t >> test.txt
ping 192.168.3.154 >> test.txt
ECHO. >> test.txt
GOTO START
END
EXIT

hoffe es reicht
Montafon ist offline   Mit Zitat antworten