- I created a Cocoa Mac OSX application in XCode
- Added a Button to the view
- While running the application, if i click the Button
- A terminal command for example "ffprobe abcd.avi" should be called and the results should be passedback to the cocoa application
Is that possible?