![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| after executing execvp()... program hangs up | Crab | High Level Programming | 3 | 09-21-2006 07:31 AM |
| problem with dd command or maybe AFS problem | Anta | Shell Programming and Scripting | 0 | 08-25-2006 07:10 AM |
| execvp:ar:Arg list too long -> while linking | mohitp | UNIX for Dummies Questions & Answers | 1 | 05-03-2006 08:08 PM |
| execv () vs execvp () | hurleyint1386 | UNIX for Dummies Questions & Answers | 3 | 10-31-2005 05:27 PM |
| execvp and execlp? | abdul | High Level Programming | 1 | 09-04-2001 06:33 AM |
|
|
Submit Tools | LinkBack | Thread Tools | 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 |
| Forum Sponsor | ||
|
|