Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Start a Remote VFP program
Message
 
To
21/01/2006 12:28:43
Joel Hokanson
Services Integration Group
Bellaire, Texas, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01089136
Message ID:
01089143
Views:
24
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform