I can open roxterm with a command and can run a command from the same string, however it will not continue on to run the next command.
example
roxterm --geometry 70x30 -T "window title" -e command; -e command2
or
roxterm --geometry 70x30 -T "window title" -e command && -e command2
both do not work, the first command runs fine, but it never makes it to the second command, any help is appreciated.
thanks