Yes, I am trying. have got this far:
Code:
 Dim $AutoIt
$AutoIt = WScript.CreateObject("AutoItX3.Control")
run '%Comspec% /c "Telnet.exe"'
;Shell '%Comspec% /c "Telnet.exe"'
$AutoIt.Send "open 172.20.40.48"



but cant get this to work....
it wont write my open command in my telnet session
/mima