You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 14, 2018. It is now read-only.
Let's say I want to open an app on windows, but I want it to be executed in another context path.
I know how to call the app:
openApp("C:\Program Files (x86)\MyApp\Launcher\launcher.exe")
But how can I tell it to run in a specific context, like say C:\Program Files (x86)\MyApp\Execution context?
Also, how can I know when the app has loaded (the 'wait' solution does not seem reliable)?
regards.
The text was updated successfully, but these errors were encountered: