Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Traceroute
Message
From
14/02/2007 14:08:21
 
 
To
14/02/2007 02:32:49
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01195442
Message ID:
01195745
Views:
14
>>>Hi All
>>>
>>>Is there a library out there which I can easily integrate into a VFP app which would allow me to have an end-user perform a traceroute to an IP address and dump the results into a text file in order to help me check where certain problems are occuring between the end-user client and our servers?
>>
>>You could just call the TRACERT command-line utility and redirect its output to a text file:
>>
>>tracert levelextreme.com >c:\mytrace.txt , or
>>tracert 205.205.57.4 >c:\mytrace.txt
>>
>
>Al, Al, Al...we need slick, visually pleasing, sexy, end-user stuff. Not calling command line utilities. Function must follow form :)

I see you found a commercial solution. I was thinking ShellExecute() might be able to run this without showing any extra window. No cost, no ActiveX installation or execution hassles... what's not to love? ;)
Regards. Al

"Violence is the last refuge of the incompetent." -- Isaac Asimov
"Never let your sense of morals prevent you from doing what is right." -- Isaac Asimov

Neither a despot, nor a doormat, be

Every app wants to be a database app when it grows up
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform