Re: Launching another app with command line arguments
Re: Launching another app with command line arguments
- Subject: Re: Launching another app with command line arguments
- From: Marco S Hyman via Cocoa-dev <email@hidden>
- Date: Sat, 20 Jun 2020 16:28:04 -0700
> On Jun 20, 2020, at 4:16 PM, Gabriel Zachmann <email@hidden> wrote:
>
> So, the new question is: is there any easy way how my app A can launch my app
> B
> and pass a simple piece of info from A to B, such as a boolean flag or an
> integer?
If app B can be treated as a sub-process of app A you can use Process. I know
that argument passing works with Process.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden