Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP application deployment and update
Message
 
To
14/06/1999 12:39:42
Kam Lee
SUNY-Health Science Center
Brooklyn, New York, United States
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00229474
Message ID:
00229522
Views:
13
>Is there a sample launcher program I can download , so that I can start coding with that instead of starting from scratch?
>Thanks for your help.

There's not much to it, here's a basic idea. Your launcher is located on the server, and contains something like:
if ftime(server path + exe name) != ;
   ftime(local path + exe name)
     wait window 'Copying Updated Files...' nowait
     copy file (server path + exe name) ;
      to local path + exe name
endif

run /n local path + exe name
You may have additional tasks and checks, of course...
The Anonymous Bureaucrat,
and frankly, quite content not to be
a member of either major US political party.
Previous
Reply
Map
View

Click here to load this message in the networking platform