![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| after executing execvp()... program hangs up | Crab | High Level Programming | 3 | 09-21-2006 11:31 AM |
| problem with dd command or maybe AFS problem | Anta | Shell Programming and Scripting | 0 | 08-25-2006 11:10 AM |
| execvp:ar:Arg list too long -> while linking | mohitp | UNIX for Dummies Questions & Answers | 1 | 05-04-2006 12:08 AM |
| execv () vs execvp () | hurleyint1386 | UNIX for Dummies Questions & Answers | 3 | 10-31-2005 09:27 PM |
| execvp and execlp? | abdul | High Level Programming | 1 | 09-04-2001 10:33 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
i am having an application that contains a push button.
On the click of this push button i want to call a executable file using execvp function block fo2 push button { char *args[1]; args[0]=NULL; execvp("/home2/xyz/app1.exe",args) } but after compilation when i press this button the app1.exe is not being executed help will be highly appreciated |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|