Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Query a Text File
Message
From
03/09/2004 13:57:51
 
 
To
02/09/2004 11:17:43
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00938780
Message ID:
00939247
Views:
18
One possible starting point would be
FUNCTION PingTest
   LOCAL x
   RUN ping fred >c:\temp\ping.txt
   x=FILETOSTR("c:\temp\ping.txt")
   RETURN 'Reply'$x
ENDFUNC
It needs some extra work.

i.e. Delete the file ping.txt
Loop and test for ping.txt after the RUN before continuing

HTH
Previous
Reply
Map
View

Click here to load this message in the networking platform