On Fri, Apr 24, 2015 at 12:41 PM, Coviello, Paul <pcoviello@ccsusa.com> wrote:

Perfect!

Thank you very much!

That’s the part I was missing the most… I kept trying to telnet to the server…

 

Now to figure out how to keep it running on VMS….

 

BTW: Rob gmail is blocked for me that’s why I keep removing you! J

 


I hope that works. In regards to keeping it running, I don't know if there's something equivalent but in Unix (Solaris/HPUX/Linux/etc.) I used to use a program called "screen" that you could detach the screen but it kept running in the background. It was really useful over dialup, especially if the connection was dropped. After the connection dropped, you would re-establish a connection to the server and then "re-attach" the session and everything was there in the same manner before you left. I don't know if this is the same method but I did see this with a Google search:
http://h71000.www7.hp.com/doc/84final/9996/9996pro_40.html
http://www.openvms.compaq.com/doc/73final/6489/6489pro_048.html
http://h71000.www7.hp.com/doc/83final/9996/9996pro_168.html

The GNU Screen howto is here:  http://www.rackaid.com/blog/linux-screen-tutorial-and-how-to/

Good luck,
  -Rob