|
Hello,
I want to open 5 terminals from a parent terminal and place these terminals on the screen properly so that each terminal can be viewed properly at the same time.
Also, i want to execute differnet commands in each terminal.
Can you help me please?
Thanks,
Gunjan
|
|
|
#!/usr/bin/perl
system "/forum/start_script1.html";
system "/forum/start_script2.html";
system "/forum/start_script3.html";
system "/forum/start_script4.html";
system "/forum/start_script5.html";
#any help?
|
|
|
|
|
|
|
// |