bash - execute terminal from c program -
to run c program this
bash> gcc test.c -o test and then
bash> ./test how can make test.c execute terminal in window??
xterm -e "./test"
this execute 'test' in new xterm window. assuming linux of course.
Comments
Post a Comment