You can set up an AT command (windows scheduler) as often as you like to do something like this.
Well you get the idea. May do an echo command to output the date as well.Code:ping_or_tracert whatever_server_you_want >> C:\logfile.txt.
All,
For the past several months, my cable service has been "going down" quite regularly on the weekend. Of course, a call to the providor results in a "We have no outages in your area" When they attempt to ping the modem, NOTHING, so they setup a service call for 2 or 3 days later. When he gets to the house, guess what? Yeap, all is well. Until the weekend comes again, and no service. Mind you, this sometimes happensduring the week, and is quite annoying. BUT, we have a contract, and canceling early is a no no, UNLESS, I can argue with them that losing service is rediculous and see, here is a log of how much time I did not have service.
Soooo, I am looking for a program that I can install and run 24/7 that will create of log of the "down" periods. I have searched some, and found program that monitor a broadband connection, but not for "down time" I did find one, but it does not create a log, it just lets you know if there is a connection currently, cause of course, opeining a browser and checking is just so much harder then having a program tell you.
So, if anyone knows of such a program, please let me know.
Michael
...I love the French language...especially to curse with...Nom de Dieu de putain de bordel de merde de saloperies de connards d'enculés de ta mère. You see, it's like wiping your *** with silk, I love it.
You can set up an AT command (windows scheduler) as often as you like to do something like this.
Well you get the idea. May do an echo command to output the date as well.Code:ping_or_tracert whatever_server_you_want >> C:\logfile.txt.
2004 Matrix XR A7N8X-VM/400 AMD XP-M 2500+, DS-ATX
89 Supra Turbo P3 600E@750/Abit BE6 II, Alpine M-BUS Car2PC.
Y2K Accord Dell GX150
RoadRunner is the best FE PERIOD
EmoRebellion is a SCAMMER
Originally Posted by MatrixPC
Can you PM me with more details.
Michael
...I love the French language...especially to curse with...Nom de Dieu de putain de bordel de merde de saloperies de connards d'enculés de ta mère. You see, it's like wiping your *** with silk, I love it.
try DUMETER. it logs up/download speeds. not sure if it would work for u, but you can give it a shot...
Nothing fancy. Create a bat file with the following entry (modify to your need) and save it in the root directory (COriginally Posted by Wiredwrx
drive prefer.
TRACERT take longer to complet compare to PING, but at least it tell you where the network connection broke. You can subtitute www.yahoo.com for an ip address.Code:DATE /T >> C:\LogFile.txt TIME /T >> C:\LogFile.txt TRACERT www.yahoo.com >> C:\LogFile.txt
1) Now go to Start -> Program -> Accessories -> System Tools -> Scheduled Tasks
2) Double click on Add schedule task
3) The wizard start and click Next
4) Under program click Browse button and navigate to the bat file create ealier and lick OPEN
5) Select daily or how often according to your need.
6) Select time the task will runs.
7) Enter name/password and done.
Go back to step 2 if you want to add another (same) task to run at different time.
Of course there are other way to do it as well, but this is the most getto way to do thing.
2004 Matrix XR A7N8X-VM/400 AMD XP-M 2500+, DS-ATX
89 Supra Turbo P3 600E@750/Abit BE6 II, Alpine M-BUS Car2PC.
Y2K Accord Dell GX150
RoadRunner is the best FE PERIOD
EmoRebellion is a SCAMMER
Cool, I will try it. Just curious, will the log file be replaced each time, or will it be added to as the batch file runs.Originally Posted by MatrixPC
Michael
...I love the French language...especially to curse with...Nom de Dieu de putain de bordel de merde de saloperies de connards d'enculés de ta mère. You see, it's like wiping your *** with silk, I love it.
No, If the log file does NOT exits, it will create a log file. Otherwise new info is appended to the end of existing file.
More info on DOS stuff http://www.computerhope.com/msdos.htm
2004 Matrix XR A7N8X-VM/400 AMD XP-M 2500+, DS-ATX
89 Supra Turbo P3 600E@750/Abit BE6 II, Alpine M-BUS Car2PC.
Y2K Accord Dell GX150
RoadRunner is the best FE PERIOD
EmoRebellion is a SCAMMER
Cool, thanks for all the help.
Michael
...I love the French language...especially to curse with...Nom de Dieu de putain de bordel de merde de saloperies de connards d'enculés de ta mère. You see, it's like wiping your *** with silk, I love it.
you may also want to add a ping of your ISP's website and gateway. The gateway will obviously be hit by the traceroute, but having a direct attempt at the gateway will help avoid wannabe know-it-alls in the tech support department. I've had situations where even though the trace doesn't get out of my network, they say they cannot guarantee access to XXXXX site. That it could be XXXXX's site is down. A ping directly to the gateway will prove it's on their end.
I will add that to the btach file.Originally Posted by StrataG
Thanks for the help.
Michael
...I love the French language...especially to curse with...Nom de Dieu de putain de bordel de merde de saloperies de connards d'enculés de ta mère. You see, it's like wiping your *** with silk, I love it.
Bookmarks