in reply to Re^3: I want to call a special xterm to execute "ls" command in a perl script
in thread I want to call a special xterm to execute "ls" command in a perl script
yes,I really want to spawn a xterm, because the TBterm cmd will pop up a xterm window with special setting.
I think there are two things hard to realize:
the first: how to open a process of "TBterm" backgroundly, because if it pop up window explicitly, it can't run the "vst" automaticly by script.
the sencond: how to run the "vst" cmd in the background process "TBterm".(you can recognize "vst" as common cmd,like "ls")
I have try follow module: use Proc::Daemon, Proc::Background; Expect, but all failed. now I don't know if my demand can be realized by pipe.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: I want to call a special xterm to execute "ls" command in a perl script
by aitap (Curate) on Aug 23, 2013 at 07:22 UTC |