Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Run an EXE and wait
Message
 
 
To
16/04/2019 10:29:42
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01667388
Message ID:
01668127
Views:
80
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--
Previous
Reply
Map
View

Click here to load this message in the networking platform