Operating System - HP-UX
1829467 Members
1523 Online
109991 Solutions
New Discussion

multiple scripts to execute within dtterm

 
eddie corban
Occasional Contributor

multiple scripts to execute within dtterm


Hi,

I wantto be able to execute
more than one script within a
dtterm session. Is it possible
? right now i use
dtterm -name host -e remsh host << here i would like to call another script thats on the host ?

Can i do it?
3 REPLIES 3
Ramkumar Devanathan
Honored Contributor

Re: multiple scripts to execute within dtterm

Place all the commands you want to run on the host, in a single script and run that using remsh.

- ramd.
HPE Software Rocks!
eddie corban
Occasional Contributor

Re: multiple scripts to execute within dtterm

I have 25 hosts that i need to run this cmd. I dont understand what you mean running it from remsh ?
Steve Labar
Valued Contributor

Re: multiple scripts to execute within dtterm

On which host to the scripts reside? Bear in mind that using remsh, the desired scripts should live on the remote host. What Ramkumar was trying to say is if you want to run multiple scripts using the remsh command, you should create one master script that launches all desired scripts.

Good Luck.

Steve