Ctrl-Alt-Delte to log in to Windows 2000, NT, and XP?

Hi,

Anyone know how to send Ctrl-Alt-Delte to a sut so you can get the log in dialog?

Thanks,

you mean like

typeText “\c\a\D\A\C”

Thanks for the command Bollo.
That did the trick.

Gday,

Note that in more recent versions of Eggplant you can also do it this way:

TypeText controlDown, windowsAltDown, deleteKey, windowsAltUp, controlUp

It’s a little more typing, but a lot more readable. :slight_smile: