Jump to content
xisto Community
Sign in to follow this  
it01y2

Making A Simple Unix Shell? Making a unix shell

Recommended Posts

Why not just call xterm? If you are trying to make your own terminal, i would suggest looking at the source code of xterm.

Share this post


Link to post
Share on other sites

Im just wondering how i can pass multiple parameters in this instance:

Prompt the user to enter a program name and then add a flag:

e.g:Program Name: ls First Parameter: -l (and so on....)

so... Program var is : ls, parameter var 1 = -l, parameter var 2 = etc. ......

char program[256];char *parameters=NULL;execlp(program,program,parameters, (char *)0);

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.