Posted on 07-07-2022 02:57 PM
Dear All,
I need to call an .app file from Applications without user interaction.
Eg., open -a "filename.app"
Posted on 07-08-2022 11:22 AM
Check out for arguments you can use when opening a app. https://ss64.com/osx/open.html
Posted on 07-08-2022 11:28 AM
What do you mean by "call"? Are you wanting to open the app? If so as the user, root, or someother account? Its all possible with a bit of scripting, but we would need more context as to what you are needing to do.
I have a few policies that open Safari to specific webpages for example.