> I have to admit that I do not understand what you are looking for. all i want to do is call j which is running as a process remotely.
i just discovered this page: http://www.jsoftware.com/help/user/jserver.htm which describes exactly what i want to do. this page mentions a 'jep' program which i don't have in j602a: remote__js connects with jtelnet to the remote system and runs jepstart with the required parameters. The remote machine must have a jepstart that starts jep with the parameters. For example, on the remote system in a bin directory define a shell script called jepstart: #!/bin/sh cd ~/j601 ./jep $* has this page gone stale or is there a new way of doing this? ta, jack ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
