Scripting in EggPlant

Can someone tell me how to script Ctrl+Alt+Delete?

I’m currently connected to a windows machine through EggPlant remote connection and this machine freequently logoff user account if the machine unattended for 30mins.

So I need to manually select from Remote connection header Control -> and Send Control-Alt-Delete and then enter my work credentials to logon.

Can it be done automatically with the script?

Cheers
Trinadh.

Simply use TypeText command in your script


TypeText Ctrl+Alt+Delete

No it didn’t work for me unless if i’m doing anything wrong.

I’ve attached a screenshot to clarify the process.

Please advise—

This will depend on the VNC server you are using, since this sequence has to be injected at the right level in the OS for it to be recognized. I think you can do it with RealVNC, but not with Ultra or TightVNC. The actual command would be:

typeText controlKey, altKey, deleteKey