Hi,

Thanks for replying. We have some software which, if it terminates abnormally it can run or call a script/program. (in this case, it will be calling a kix script). We have written a script that will launch the dos telnet app and connect to a mail server on port 25 and issue SMTP commands via the SendKeys() function to email us with a notification message. We would like the telnet window to be hidden (which i don't think can be done) or would prefer that it didn't take so long for the sendkeys function to enter the commands into the telnet app.

Thanks