Connecting Tech Pros Worldwide Forums | Help | Site Map

Network connectivity

Newbie
 
Join Date: Mar 2007
Posts: 2
#1: Mar 14 '07
Hello people, some of you might get very upset with me, but I am now a bit desperate.

I have written a little .BAT file to disconnect and then reconnect a specific network connection of mine. But now I'd like to add to that. I'd like to add that when the network activity drops below a certain speed for a certain amount of time, that it then only disconnects and reconnects.

I am still very new to the programming scene and therefor tried to start with something very easy {BATCH files}...(not so easy after all, I was pleasantly surprised!), so if you have an idea on how to this, and would like to help me...I'm all ears.

My next step will be VB, so hints and tips on how to code it in there will also be much appreciated.

Thanks for your time in helping a newbie out.
Trixanno

Lives Here
 
Join Date: Oct 2006
Posts: 1,626
#2: Mar 14 '07

re: Network connectivity


Hi. Your original question is not covered in vb. We may find an answer for you in the networking forum so I am moving your thread there
Newbie
 
Join Date: Nov 2006
Location: India
Posts: 30
#3: Mar 29 '07

re: Network connectivity


Quote:

Originally Posted by Trixanno

Hello people, some of you might get very upset with me, but I am now a bit desperate.

I have written a little .BAT file to disconnect and then reconnect a specific network connection of mine. But now I'd like to add to that. I'd like to add that when the network activity drops below a certain speed for a certain amount of time, that it then only disconnects and reconnects.

I am still very new to the programming scene and therefor tried to start with something very easy {BATCH files}...(not so easy after all, I was pleasantly surprised!), so if you have an idea on how to this, and would like to help me...I'm all ears.

My next step will be VB, so hints and tips on how to code it in there will also be much appreciated.

Thanks for your time in helping a newbie out.
Trixanno

Hi
visit on the following link and know more about networking
http://www.geocities.com/aep2k6/arti...twork/cat5.htm
Thanks
Adeeb Raza
Cyberdyne's Avatar
Moderator
 
Join Date: Sep 2006
Location: Los Angeles, CA
Posts: 596
#4: Mar 30 '07

re: Network connectivity


Start by creating an IF statement for speed, so if the speeds drops below certain amount the batch will run connect and reconnect. Then implement the time interval once you get the speed command going.

Cyber.

Quote:

Originally Posted by Trixanno

Hello people, some of you might get very upset with me, but I am now a bit desperate.

I have written a little .BAT file to disconnect and then reconnect a specific network connection of mine. But now I'd like to add to that. I'd like to add that when the network activity drops below a certain speed for a certain amount of time, that it then only disconnects and reconnects.

I am still very new to the programming scene and therefor tried to start with something very easy {BATCH files}...(not so easy after all, I was pleasantly surprised!), so if you have an idea on how to this, and would like to help me...I'm all ears.

My next step will be VB, so hints and tips on how to code it in there will also be much appreciated.

Thanks for your time in helping a newbie out.
Trixanno

Reply