Launch an another app on OS X from a BlitzMax app?
Thanks,
-Garrett
Look at the freeprocess mod (it should come with BMax). It should work for Mac OS X, but I can't verify that.
K, thanks Regular K
-Garrett
system_( "open filename.app" )
Easy as pie.
Yeah, system_( "open filename.app" ) works. Finally found that in another
thread, of course, after I posted the question! ;-) Doh!
Thanks everyone,
-Garrett