Launch another app from BlitzMax? (Mac OS X)

BlitzMax Forums/BlitzMax Programming/Launch another app from BlitzMax? (Mac OS X)

Garrett(Posted 2006) [#1]
Launch an another app on OS X from a BlitzMax app?

Thanks,
-Garrett


Regular K(Posted 2006) [#2]
Look at the freeprocess mod (it should come with BMax). It should work for Mac OS X, but I can't verify that.


Garrett(Posted 2006) [#3]
K, thanks Regular K

-Garrett


daaan(Posted 2006) [#4]
system_( "open filename.app" )

Easy as pie.


Garrett(Posted 2006) [#5]
Yeah, system_( "open filename.app" ) works. Finally found that in another
thread, of course, after I posted the question! ;-) Doh!

Thanks everyone,
-Garrett