Alberto Iglesias Well-Known Member Licensed User Longtime User Dec 14, 2015 #1 Anyone have some example to run shell commands? and get results? like: ls -l echo <password>| sudo -S <command> I have some particular executable in my /bin folder and need to execute and wait result. I take a look using NSTask, NSPipe, but If have some do it already...... Thanks
Anyone have some example to run shell commands? and get results? like: ls -l echo <password>| sudo -S <command> I have some particular executable in my /bin folder and need to execute and wait result. I take a look using NSTask, NSPipe, but If have some do it already...... Thanks
Erel B4X founder Staff member Licensed User Longtime User Dec 14, 2015 #2 It is not possible to run shell commands on a non-jailbroken device. Upvote 0
Alberto Iglesias Well-Known Member Licensed User Longtime User Dec 14, 2015 #3 I know... My iphone is jalbreaked! and I build a App to put only on Cydia Store Upvote 0
Alberto Iglesias Well-Known Member Licensed User Longtime User Dec 15, 2015 #4 Can you help me? Exist any "shell" command in B4i libraries? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Dec 15, 2015 #5 Alberto Iglesias said: Exist any "shell" command in B4i libraries? Click to expand... No. Never tried it myself. Upvote 0
Alberto Iglesias said: Exist any "shell" command in B4i libraries? Click to expand... No. Never tried it myself.