Page 1 of 1

Run another app from PureBasic app?

Posted: Sat Sep 16, 2006 2:25 am
by garretthylltun
Ummm, yeah, PB totally freaks out on compile with this:

Code: Select all

Parameter$ = ProgramParameter()
RunProgram("/Applications/Unix/iTerm.app",Parameter$,"/Applications/Unix")
End

; IDE Options = PureBasic 3.94d (MacOS X - PowerPC) - (c) 2005 Fantaisie Software
; CursorPosition = 3
; Executable = iTermHere
Of course I tried variations of the above with no success. So either this
isn't working yet for OS X, I'm doing something wrong, or it's a bug.

Anybody know?

Thanks,
-Garrett