| View previous topic :: View next topic |
| Author |
Message |
sosaited
Joined: 24 Feb 2005 Posts: 233
|
Posted: Fri Mar 18, 2005 1:02 am Post subject: DialUp options/commands |
|
|
| i was making a script when i needed to see the INTERNET activity was going or not (packets were being sent etc)... so i thought it'd be better if AHK includes some options for DialUp/Modem... like Connect.. Activity etc.. |
|
| Back to top |
|
 |
jonny
Joined: 13 Nov 2004 Posts: 3004 Location: Minnesota
|
Posted: Fri Mar 18, 2005 2:01 am Post subject: |
|
|
| Had a look at rasdial.exe? If you're using Windows right now, you probably already have it. Try googling it or search MSDN. |
|
| Back to top |
|
 |
sosaited
Joined: 24 Feb 2005 Posts: 233
|
Posted: Fri Mar 18, 2005 11:34 am Post subject: |
|
|
| thanks jonny.. i checked it.. i can connect to net through it.. but checking ACTIVITY still is a problem .. actually it is useful when i want to find if something has been downloaded (from kazaa.. or from a website).. so that i can start the next file |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10480
|
Posted: Fri Mar 18, 2005 1:16 pm Post subject: |
|
|
For now, detecting network activity seems outside the scope of the project. But I know there are external programs you can use to do this, some of which might create a log file or produce some other indicator when network traffic exceeds a limit you specify.
I believe the Performance Monitor that comes with Windows 2000 and XP can graph your bandwidth utilization, and perhaps store the info to a log file as well. Such a log file could be examined with the help of tail.exe and FileRead. |
|
| Back to top |
|
 |
daonlyfreez
Joined: 16 Mar 2005 Posts: 755 Location: Berlin
|
Posted: Fri Mar 18, 2005 1:20 pm Post subject: |
|
|
TDImon or handle maybe? _________________ (sorry, homesite offline atm) |
|
| Back to top |
|
 |
savage
Joined: 02 Jul 2004 Posts: 206
|
Posted: Fri Mar 18, 2005 7:13 pm Post subject: |
|
|
Chris, I keep forgetting to mention that if you choose to persue system status code for AHK (cpu, net usage, memory, etc), the source code for rainmeter would probably the best place to look.
http://www.ipi.fi/~rainy/Rainmeter/rainmeter-0.12-src.zip |
|
| Back to top |
|
 |
|