Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8405729
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T22:54:37+00:00 2026-06-09T22:54:37+00:00

I have created a shell, and it works when I use system(1), but the

  • 0

I have created a shell, and it works when I use system(1), but the specs say not to.
I am trying to use execvp at the end and I’m not really too sure on how to do it. Any chance of help would be appreciated.

Code ->

char *token = NULL;
char line[LINE_MAX];
char *line2 = NULL;
char *tempraryToken = NULL;
char *command = NULL;
char args[LINE_MAX];    

int numSpaces = 0;
int i;
int strleng = 0;
while( 1 )
{
    if( scanf(" %[^\n]", line) > 0) ) //prune off the newline char 
        token = strtok( line, ";" )   //break up different commands 
                                      //on the same line by ;
        do{
            strleng = strlen(token);
            for( i = 0; i < strleng; i++ )
            {
                if(token[i] == ' ') numSpaces++; //find out if there are spaces
            }
            i = 0;
            if( numSpaces >= 1 ) //if there are spaces
            {
                 line2 = token;
                 temporaryToken = strtok( line2, " ") //break by spaces
                 do{
                     //if it's before any spaces
                     if(i == 0){
                         command = temporaryToken;
                     }
                     else strcat(args, temporaryToken);
                 strtok( NULL, " ");
                 while (temporaryToken != NULL);
            }
        execvp(command, args); //this could be any of the exe commands
                               //that's what I'm looking for
        token = strtok( NULL, ";" ) //move to next token
        while( token != NULL );
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T22:54:38+00:00Added an answer on June 9, 2026 at 10:54 pm

    Basically, to keep running after execvp you need to fork your process, run execvp in child and wait or waitpid for it in parent. Having this in mind do some research of your own 😉

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created a shell script to backup my webfiles + database dump, put
I'm trying to create an array to use for a curl_multi_exec, but I can't
Aloha everyone, I have created a small bash shell script which I wanted to
Summary I have looked over the code the SpiderMonkey 'shell' application uses to create
I have created a QWidget with a bunch of QToolButtons in it and I
I have created 3 classes as following Ext.mine.TextParent - Inherting from Textfield Ext.mine.child.TextChildA -
I have created some JQuery that will expand a div 'popup' on hover and
I have created a JSP / servlets application running in Tomcat 7. It runs
I have created an EDMX in visual studio 2010 SP1. It has been built
I have created an android application that calls (using kSOAP library) a SOAP based

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.