I love how people are so helpful here. I assume you're developing an application for your own used with a Jailbroken iPhone. I'd recommend using system(<insert console command>) or popen(<insert command>, <r/w for read or write>). popen() opens a pipe to the console which you can read or write to like a normal file. Anyway, check those out, they might work out for you
|