Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Message Pop up
Message
 
 
À
30/09/2004 06:48:10
Steven Dyke
Safran Seats USA
Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00943589
Message ID:
00947465
Vues:
18
You can create a file in case of error and than check for it existence in the VFP app.
* Batch file
ECHO File blblbla is in use! > C:\temp\whatever.txt
...
* VFP
IF FILE("C:\temp\whatever.txt")
  = messagebox("Blablabla")
  ERASE ("C:\temp\whatever.txt")
ENDIF
>
>This will let me know a file is in use in the command window alright. But what if I run the batch ouside of the command window. How will I know it failed?
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform