WodTelnetDlx Ctrl + C key send using javascript (wodSSH / wodSSH.NET)

by Pradeep Nair, (6230 days ago)

Hi,
Im trying to send Ctrl + C combination using telnet.send() method. Its not getting thro.

Even tried VB script but same issue.. Kindly suggest.
[code]
function splcmd()
telnet.SendSpecial 4096
telnet.Send C & chr(13)
end function

[/code]

locked

Complete thread: