Current Destination Window

 

image\ebx_1878254539.gif

 

All programs that run on your computer will have a program window with a window tile name. Before ShortCut can interact with any window the focus command must be used.

Current destination window is the window with the title that matches Window Title specified in Script Setup. All SEND, SYSCMD or MACRO will be directed to this window. However, a single automation task may need to manipulate many windows. To overcome this problem, we provide you with FOCUS and FOCUSCLASS commands. FOCUS and FOCUSCLASS commands wait for the window with the specified title to appear. Once found, FOCUS/FOCUSCLASS command sets this window as a current destination window. Therefore, any subsequence SEND, SYSCMD or MACRO command will be sent to this window instead of the initial window specified in Script Setup.

 

See Also

Commands and Functions

FOCUS

FOCUSCLASS

GETFOCUS

MACRO..ENDMACRO

SEND