Quote:
Originally Posted by raziiq
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?
|
I'm also trying to figure this out. I have a command to reboot the iPhone run at a certain time in my app that works just fine in the simulator but doesn't seem to work on the iPhone itself. Does anyone have any ideas?
Here's the code:
Code:
NSString *cmd = @"killall SpringBoard";
system([cmd UTF8String]);