-
I'm trying to launch applications on the host machine with custom arguments, for example on windows I might want to launch |
Beta Was this translation helpful? Give feedback.
Answered by
simonhamp
Oct 3, 2024
Replies: 1 comment 5 replies
-
@wardy484 can you add a link to the specific part of the Electron docs you're referring to? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It should work...
Anything you can run from the terminal can be run via
shell_exec
. There's nothing special about NativePHP that would prevent this