Home User CP Donate Chat Register Today!  
  Get New posts Faq / Help?
   


Go Back   Hackint0sh > Projects and Hacks > iPhone > Applications & Development > iPhone Developer Exchange

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-16-2009, 11:15 AM
Mitali
Status: Offline
Junior Member
 
Join Date: Sep 2009
Posts: 8
Rep Power: 0
Mitali is on a distinguished road
Default Run shell Script from Xcode

Hello

I want to run a shell Script from xcode Main function
i used this code
Quote:
int main(int argc, char **argv)
{
system("test.sh");
}
and test.sh file is include in my resource file.
Quote:
cd /var
echo hello
above is the shell script file.
One more Question Where Echo is print

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Running a shell script from Ipod Touch App rocomotion iPhone Developer Exchange 2 08-21-2009 06:17 AM
iPhone icon for shell script? mooselander iPhone OS 3.x 0 08-12-2009 05:29 PM
Running a shell script from Ipod Touch App rocomotion iPhone Developer Exchange 0 06-24-2009 07:25 PM
Re-enable DFU mode in Mac OS X 10.5.6 - outdated with 10.5.7 volkspost PwnageTool 243 05-13-2009 11:27 AM
Question: Run shell script from an icon? KennX Free Toolchain Software 3 08-11-2007 11:13 PM



All times are GMT +2. The time now is 11:01 AM.



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.2 Ad Management by RedTyger
follow us on Twitter!

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105