From: Ted Flethuseo Date: 2010-11-08T09:51:06+09:00 Subject: running script remotely on a sepparate terminal Hi everyone, I am building a script that runs something on a server. I was wondering, is it possible to launch it and just leave it running aside, instead of it waiting until it is done. I would also like to see the output of this command in a sepparate terminal windows. How can I get it working like that. puts `ssh xx@xx.com 'cd #{path}; ./#{run_long_script}'` Any help appreaciated. Ted. -- Posted via http://www.ruby-forum.com/.