script to run different shells which run different processes

Hi,

Would like to ask the experts if anyone knows how to run a script like this:

dtterm -title shell1
run process1 on shell1
dtterm -title shell2
run process2 on shell2

cheers!

p/s: sorry if i used the wrong forum, quite concussed after watching world cup for several nights; but I can't find the option to move to the dummies forums .. :slight_smile:

Hi,
Have a look at its man page:

/usr/dt/bin/dtterm -title term_title -e program params &

Of course you should have a DISPLAY available.

Regards.

that sounded reply cool.. thanks Grial!