Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Run an EXE and wait
Message
 
 
À
16/04/2019 10:29:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01667388
Message ID:
01668127
Vues:
81
It depends on your definition of simple. If you deploy your application elsewhere, target computers my not have permissions to run it
> Thanks Dragan. I found a simple solution using Windows Scripting Host:
>
>oShell = CREATEOBJECT('WScript.Shell')
>oShell.Run( '"My Application Name.exe" MyParameter'  ,  ,  .T. )   &&  .T. = Wait for completion / .F. return immediately
>
>
>.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform