Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP application deployment and update
Message
 
À
14/06/1999 12:39:42
Kam Lee
SUNY-Health Science Center
Brooklyn, New York, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00229474
Message ID:
00229522
Vues:
12
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform