Notifications
Clear all
[Closed] telnet
Page 2 / 2
Prev
Jun 23, 2010 11:46 am
unfortunately my knowledge of telnet itself is zero so I’m afraid I cannot be of any further assistance
Jun 23, 2010 11:46 am
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
Prev