LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   New XTerm Window in C (https://www.linuxquestions.org/questions/programming-9/new-xterm-window-in-c-119373/)

palbert 11-24-2003 01:23 AM

New XTerm Window in C
 
Anyone know how to launch a new xterm in C without using exec?

worldmagic 11-24-2003 02:12 AM

This isnt probely what you want.. but checkout the 'system()' call.

NAME
system - execute a shell command

SYNOPSIS
#include <stdlib.h>

int system(const char *string);


All times are GMT -5. The time now is 07:32 PM.