0

I want to invoke terminal.app from a php script is this possible if not then how do we invoke terminal using applescript/shell script. I want to use php because there is no other option for me. also after invoking terminal i want to navigate to a folder and run xcodebuild command from there. Does someone knows about it?

hakre
  • 193,403
  • 52
  • 435
  • 836
Rahul Vyas
  • 28,260
  • 49
  • 182
  • 256

1 Answers1

0

You could use the shell_exec command. But I fail to see how opening the terminal helps you.

Traveling Tech Guy
  • 27,194
  • 23
  • 111
  • 159
  • not working. I am on MAC OS X Leopard. i want to build an iphone app using php on server then create ipa so that user can download the app and install through itunes – Rahul Vyas Feb 23 '10 at 07:52