PC Review


Reply
Thread Tools Rate Thread

Ping w/ Date Stamp

 
 
Julian
Guest
Posts: n/a
 
      24th Feb 2004
Can someone help me with this?

I need to know how to ping an IP and append/prepend a date/time stamp to the
result and then log to a file. I need to do this ping forever until I stop
the process.

I have been searching the net and found several batch files for this, but
none work?

Thanks


 
Reply With Quote
 
 
 
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      25th Feb 2004

"Julian" <(E-Mail Removed)> wrote in message
news:e1kPEGx%(E-Mail Removed)...
> Can someone help me with this?
>
> I need to know how to ping an IP and append/prepend a date/time stamp to

the
> result and then log to a file. I need to do this ping forever until I

stop
> the process.
>
> I have been searching the net and found several batch files for this, but
> none work?
>
> Thanks


In the absence of any more detailed specification, I propose
this batch file. It will generate a ping about once every minute.

@echo off
:again
echo %date% %time% >> c:\PingLog.txt
ping 192.168.1.101 -n 1 | find /i "bytes=" >> c:\PingLog.txt
ping Localhost -n 58
goto again


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Date Created or Date Modified Record Stamp =?Utf-8?B?Um9zZQ==?= Microsoft Access 1 13th May 2007 08:24 PM
Ping w/ Date Stamp Julian Microsoft Windows 2000 Developer 2 9th Mar 2006 08:23 PM
Create a button that will date stamp todays date in a cell Tom Meacham Microsoft Excel Misc 3 11th Jan 2006 02:08 AM
Date stamp spreadsheet in excel to remind me of completion date =?Utf-8?B?QmlnIGZlbGxh?= Microsoft Excel Worksheet Functions 1 18th Oct 2005 05:10 PM
date stamp Can I add a date stamp in a Text or Memo Field =?Utf-8?B?TWljaGFlbCBM?= Microsoft Access Database Table Design 10 11th Apr 2005 03:29 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:57 AM.