how to record how long i use the intenet

Roger Upole rupole at hotmail.com
Sun Mar 5 00:36:12 EST 2006


b53444 at gmail.com wrote:
> use python
> use ADSL
> use windows XP
> i want to record the time when i get on the internet and off the
> internet
> into a txt file
> HOW?
>

You might be able to get that out of the event log.
Most types of connections record connect and
disconnect events in the System log with a source
of RemoteAccess.  The win32event module
allows you to read the event log from Python.

     hth
         Roger




----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= East/West-Coast Server Farms - Total Privacy via Encryption =---



More information about the Python-list mailing list