Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
A New Twist On Is App Running
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00409058
Message ID:
00409102
Vues:
42
You can try this very simple one i learned about a month ago

In your main place something like this:
local _file, Running
_file = '\tmp\Busy' && or any common location either per PC or in the network
Running = ( fcreate(_file, 0) < 0 )
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform