Re: Terminal Service with 'Screen' c - WeOnlyDo Discussion board

Re: Terminal Service with 'Screen' c (General questions)

by Richard, Thursday, March 24, 2005, 17:22 (6966 days ago) @ wodSupport

huh?
urmmmm that would just send the characters in text m8.
maybe I didnt make it clear enough...
here, try this with your application please.

open a console and connect to your linux server.
type screen -t SC1 enter
then type screen -t SC2 enter
now....you want to go back to screen SC1 right?
do this hold down 'CTRL' then tap 'A' let go of both, now hit 'n'
you can toggle as many 'screen'(s) that you have by doing that.

how to make a button do that is what I needed to know.
I need to simulate the keys pressed in the same sequence and SendKeys not in plain text like wodTelnetDLX1.Send( ^A )
so If I have 1-20 screens I plan to make a button for each.
now think you can help? :)

thanks again!

Dear,

if you want to send key to remote session to change terminal screen, perhaps using Telnet1.Send( ^A ) would work instead using SendKeys?


Complete thread: