[Mono-osx] Is there a way to launch an appp bundle from c# (ubder mono)

Tomasz Muszyński thom at union.waw.pl
Wed Sep 29 19:02:32 EDT 2010


FileName="open"
Arguments="/Applications/TextEdit.app ProcessStart.cs"

or 

FileName="open"
Arguments="-e ProcessStart.cs"

or

FileName="open"
Arguments="ProcessStart.cs"

Regards,
tm

On 2010-09-29, at 23:58, Mephisto wrote:

> 
> I have an app bundle that works perfectly.
> 
> I got stuck trying to launch it from the c# code.
> 
> Is it possible? (Simply to launch)
> 
> For instance:
> 
> Let it be a notepad for windows.
> 
> In C# we have for .exe we have:
> 
> Process notePad = new Process();
> 
>            notePad.StartInfo.FileName   = "notepad.exe";
>            notePad.StartInfo.Arguments = "ProcessStart.cs";
> 
>            notePad.Start();
> 
> Niw I need the same thinks only for notepad app....
> 
> Thanks.
> -- 
> View this message in context: http://mono.1490590.n4.nabble.com/Is-there-a-way-to-launch-an-appp-bundle-from-c-ubder-mono-tp2719873p2719873.html
> Sent from the Mono - OSX mailing list archive at Nabble.com.
> _______________________________________________
> Mono-osx mailing list
> Mono-osx at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-osx



More information about the Mono-osx mailing list