Can anyone give me some ideas what I am doing wrong here...

I have register the dll, made one kix script called telnet.kix. Trying to lanch the script from a command prompt with "kix32.exe telnet.kix".

Here is the code:
Code:

$AutoIt = CreateObject("AutoItX3.Control")
; Trying to lanch a telnet session
$AutoIt.run "Telnet.exe"
$AutoIt.Send "open 172.20.40.48"



Nothing happends, the scripts dont launch telnet, it only prints my command in my command prompts.

/mima