[EMAIL PROTECTED] 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 =---
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to