Run another app from PureBasic app?
Posted: Sat Sep 16, 2006 2:25 am
Ummm, yeah, PB totally freaks out on compile with this:
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
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
isn't working yet for OS X, I'm doing something wrong, or it's a bug.
Anybody know?
Thanks,
-Garrett