Yes, I know about NSTask.
For my example, I want to use command python
in my GUI Cocoa app.
How do you run a sub command in Cocoa app? And how can you have a Cocoa app communicate with the command line tool?
Thank you for any answer. Sorry for my pool english.