KiTTY icon indicating copy to clipboard operation
KiTTY copied to clipboard

[Feature Request]

Open eileenzhoux opened this issue 1 year ago • 0 comments

How to retrieve partial string from the received characters, and then send this retrieved string as the next command characters. For example: "123456Hello World.root" or "123456Good Morning.root", or "123456Good Byte.root" can be the characters I am going to receive from the host, and I always want to retrieve from the 7th character till the end. So if I receive "123456Hello World.root", I will send "Hello World.root" as the next command; but if I receive "123456Good Morning.root", I will send "Good Morning.root" as the next command.

Is there a way to do it in KiTTY script? Thank you.

eileenzhoux avatar Jul 11 '22 18:07 eileenzhoux