Quote:
Originally Posted by rocomotion
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
|
Thank you for those commands. Can you please give me an example for this, or can you please forward me a link to some useful examples for this.
For example what if i want to write a cp command, what should be the procedure?