Automation of Windows app?

Emile van Sebille emile at fenx.com
Sun Mar 22 13:41:08 EDT 2015


On 3/20/2015 10:55 AM, Grant Edwards wrote:

> I need to automate operation of a Windows application.

I've been productively using python to create macro scheduler [1] 
scripts to automate windows programs for years.

A sample script:

Press Alt
Send Character/Text>cu
Release Alt
WaitWindowOpen>Sheets*
Wait>1
Press Alt
Send Character/Text>ls
Release Alt
Wait>1
Wait>1
Press Alt
Send Character/Text>fs
Release Alt
Wait>1


HTH,

Emile


[1] https://www.mjtnet.com/




More information about the Python-list mailing list