WodTelnetDlx Ctrl + C key send using javascript (wodSSH / wodSSH.NET)
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]