![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| need help with execl command | walnut | Shell Programming and Scripting | 1 | 04-07-2006 01:52 PM |
| call execl with int as argument | Dana73 | High Level Programming | 2 | 02-10-2006 05:42 PM |
| execl() | bankpro | High Level Programming | 2 | 02-01-2006 12:48 PM |
| execv () vs execvp () | hurleyint1386 | UNIX for Dummies Questions & Answers | 3 | 10-31-2005 09:27 PM |
| execl, execv or execp | azran | High Level Programming | 1 | 04-22-2002 01:58 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
execl / execv ?
Hi, Is it possible to run a program from my C program using only the full pathname? for example if I wanna call: "ls", so I whould have to use: Code:
execl("/bin/ls", "ls", NULL);
Is it possible to do this using only: "/bin/ls" thanks |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|