Notifications
Clear all

[Closed] telnet

unfortunately my knowledge of telnet itself is zero so I’m afraid I cannot be of any further assistance

ok I have figured it out. The line endings were wrong, so it works now, thanks for the help.

dotnet.loadAssembly “c:\luxrender\ elnet.dll”
netx = dotnetClass “De.Mud.Telnet.TelnetHandler”
net = dotnetClass “De.Mud.Telnet.TelnetWrapper”
net2 = dotNetObject net
net2.hostname = “localhost”
net2.port = 18081
net2.connect()
net2.send “render.stop

net2.send “render.start

Page 2 / 2