We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpSyntax Questions › Launching an app from Processing
Page Index Toggle Pages: 1
Launching an app from Processing (Read 299 times)
Launching an app from Processing
Jul 9th, 2008, 3:09pm
 
Is there any way to launch another app via Processing, along with providing arguments to that app? I'm currently writing a piece that also outputs a LilyPond music notation file and I'd love to be able to discretely call execute Lilypond so that the user has a PDF of their session automatically waiting for them at the end. Is there any way to do this?

Any help appreciated!
Re: Launching an app from Processing
Reply #1 - Jul 9th, 2008, 3:29pm
 
The open() method provides this :
http://processing.org/reference/open_.html
Re: Launching an app from Processing
Reply #2 - Jul 9th, 2008, 5:04pm
 
Ah, I had a feeling it was right under my nose! Many thanks for pointing that out!
Page Index Toggle Pages: 1