[[what is this?]]bnbnbbn [RS]: Looks like a failed attempt to break Wiki security - but our scripts are of a different kind ;-) [snichols]: SendKeys is also a VB Script method to send keystokes to a desktop window. This is a very crude desktop integration techique, instead of using DDE or COM. A common problem with SendKeys is the user still has control over the desktop while the keys are being sent. It is possible for the use to click on another window during the transmission, causing the keys to be sent to the wrong screen! Tcl probably has a similar procedure call.