calling a ksh script present in different unix box

Hi ,

I have a shell script which does some calling of procedures
once all the procedures are called I need to start another
ksh script which is present on a different unix box

How can this be done ?

Do I need to open a telnet session to connect to that box in my first script and then call the script ?

Thanks and Regards
Navatha

rcmd can be used to connect to remote machine and run commands or scripts on that machine