Need a timer program

  • Thread starter Thread starter Chakolate
  • Start date Start date
C

Chakolate

My ISP cuts me off if there's no activity for 10 minutes. It's a pretty
good ISP, cheap and reliable, but that's really not enough time for me. Is
there a little program I can run that monitors my activity and warns me if
I'm getting close to the cutoff?

Thanks,

Chakolate
 
ISPs Nightmare
www.it-mate.co.uk/support/ispsnightmare.asp

ISPs Nightmare is an anti-idler program designed mainly for AOL users, to
provide them with a free solution for staying connected, without the hassle
of unneccesary huge downloads and complex installations.
******************************************************************

It won't warn you, but won't allow your ISP to cut you off either ;o)

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

Disclaimer:
I know I'm probably wrong, I just like taking part ;o)
 
ISPs Nightmare
www.it-mate.co.uk/support/ispsnightmare.asp

ISPs Nightmare is an anti-idler program designed mainly for AOL users,
to provide them with a free solution for staying connected, without
the hassle of unneccesary huge downloads and complex installations.
******************************************************************

It won't warn you, but won't allow your ISP to cut you off either ;o)

Looks good - thanks, I'll check it out.

Chakolate
 
Chakolate said:
My ISP cuts me off if there's no activity for 10 minutes. It's a
pretty good ISP, cheap and reliable, but that's really not enough
time for me. Is there a little program I can run that monitors my
activity and warns me if I'm getting close to the cutoff?

Thanks,

Chakolate
----------------------------
for a nice, simple timer:
Multi Timer. Up to 10 timers counting up or down.
http://www.programming.de/
Good luck
H.N.
 
Chakolate said:
My ISP cuts me off if there's no activity for 10 minutes. It's a pretty
good ISP, cheap and reliable, but that's really not enough time for me. Is
there a little program I can run that monitors my activity and warns me if
I'm getting close to the cutoff?

Thanks,

Chakolate

depends what they consider activity

===katatak.bat====
@echo off
break on
:loop
ping -n 1 wmd.gov.iq
choice /n /c:X /t:X,60
cls
goto loop
======

or set your mail to check less than 10 mins, this may stop with
an alert if there is a mail problem
 
depends what they consider activity

===katatak.bat====
@echo off
break on
:loop
ping -n 1 wmd.gov.iq
choice /n /c:X /t:X,60
cls
goto loop
======

or set your mail to check less than 10 mins, this may stop with
an alert if there is a mail problem

There's a cute little program, thanks. I've set my mail to check every 3
minutes, but apparently if there isn't any, it's not quite enough activity.

Chakolate
 
Back
Top