Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Start a Remote VFP program
Message
 
À
21/01/2006 12:28:43
Joel Hokanson
Services Integration Group
Bellaire, Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01089136
Message ID:
01089143
Vues:
27
This message has been marked as the solution to the initial question of the thread.
Simple approach might be:

Create a starter program that checks for the existance of a semaphore file in a specific location. If the file there it runs your program and then deletes the semaphore file.

Set this starter program up as a scheduled job under windows to run at some acceptable interval (like every hour or whatever is frequently enough without being too frequent)

On your local machine (the one with the mapped drive) your program can create the semaphore file on the remote machine when it needs to make the remote application run.

The semaphore file can be as simple as a single space because its existance is the message and not its contents.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform