Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Query a Text File
Message
De
03/09/2004 13:57:51
 
 
À
02/09/2004 11:17:43
Steven Dyke
Safran Seats USA
Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00938780
Message ID:
00939247
Vues:
17
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform