Start menu

Started by mpiaser, August 06, 2013, 12:24:14 PM

Previous topic - Next topic

mpiaser

I am working on a Winbatch script which is launching a citrix session. Once the script logs on to the citrix session, it needs to press the START button and then some up arrows.  I don't see how I can press the start button.

I could mouse to the start button and click it but I would prefer to avoid mouse operations as they become problematic if the screen resoluion changes.

Deana

Have you considered using the SendKey function? It supports sending the Windows Key:

Code (winbatch) Select
SendKey('{LWIN}')

See also: http://techsupt.winbatch.com/webcgi/webbatch.exe?techsupt/tsleft.web+WinBatch/OLE~COM~ADO~CDO~ADSI~LDAP+Interacting~with~Citrix.txt
Deana F.
Technical Support
Wilson WindowWare Inc.