I need a good reference in how to get my hooks into Darwin. Basically I'd like to write an app the take care of some of the admin chores I do on my Macs. For example, moving new media to the backup server sorted by media type, pulling process info. Simple things like that. So basically I'd like to create a nifty GUI app that would call my shell scripts and give me the output of those scripts.
Is there anything equivilent to python's subprocess or C#'s Process library?
Links would suffice just fine.
Thanks.