Hey all, i'm trying to find an app that will monitor my download amounts from my lan and disconnect when a set amount is reached. (see thread http://forums.hexus.net/showthread.php?t=65492)

thanks for all the replies so far but none as of yet will let me disconnect the network. so instead i've been looking into creating one.

I have so far 2 .bat files to enable /disable the connection

@echo off
ipconfig /release

and renew for connection but what i need now is some code to check the download amounts i've been looking at 'netstat -e' but would obviously need to extract the bytes transferred amount and also looking into posibilities with vb.

So any ideas guys, any help at all would be great.