How do you use terminal services? Has anyone had any luck? Can anyone share some examples or explain how the exsisting examples work? I tried to apply a terminal service to a field in the address book application but I didn't understand the data it returned. How do I learn how to make my own custom scripts? Should I learn more about Unix or do I need to learn a scripting language? Ideally I need to figure out how to take a piece of data from a field in an application on the mac and send it to another computer via some type of tcp connection in a terminal. For example:
1. I need to rlogin to another computer
2. Navigate to a particular directory on this remote computer
3. send a data string containing data from a field on the mac to an application located in this remote directory via a macosx termianl
% ev_send -p 6900 'RENDERER*STAGE START apple'
(apple being the piece of data from the mac application)
Right now it is pretty simple for me to open up a terminal and do this hole procedure manually but I would like to set up a terminal service to do this automatically.
Mike Romey
1. I need to rlogin to another computer
2. Navigate to a particular directory on this remote computer
3. send a data string containing data from a field on the mac to an application located in this remote directory via a macosx termianl
% ev_send -p 6900 'RENDERER*STAGE START apple'
(apple being the piece of data from the mac application)
Right now it is pretty simple for me to open up a terminal and do this hole procedure manually but I would like to set up a terminal service to do this automatically.
Mike Romey