Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
File Access Denied when renaming EXE
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Divers
Thread ID:
01402361
Message ID:
01402751
Vues:
63
Sergey, I'm refactoring this today and I wonder if you could give me your opinion on something.

In the psuedocode scenario below, I'm concerned about the timing, when the Main.exe automatically closes upon receiving an update file from the server, and the Loader.exe fires up again and tries to call the Main.exe. I suppose it'd be best to put a loop in the loader that checks to see if the main.exe is open and waits a certain time for it to close. Do you see any problems with doing it this way?

Thanks,
-m@
[Loader.exe ]
If Update File Exists
  rename main.exe to main.old
  rename main.updt to main.exe
endif 
ShellExec("main.exe")
Loade.exe exits
[Main.exe]
*--Normal execution...
An updt file is received from the server
Prompt user about restart, wait 10 seconds or for user to click OK. 
ShellExec("Loader.exe")
QUIT is issued
main.exe closes
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform