Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #87815

Re: Automation of Windows app?

From Emile van Sebille <emile@fenx.com>
Subject Re: Automation of Windows app?
Date 2015-03-22 10:41 -0700
References <mehmu0$6jn$1@reader1.panix.com>
Newsgroups comp.lang.python
Message-ID <mailman.53.1427046129.10327.python-list@python.org> (permalink)

Show all headers | View raw


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/

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Automation of Windows app? Grant Edwards <invalid@invalid.invalid> - 2015-03-20 17:55 +0000
  Re: Automation of Windows app? Grant Edwards <invalid@invalid.invalid> - 2015-03-20 18:10 +0000
    Re: Automation of Windows app? Jerry Hill <malaclypse2@gmail.com> - 2015-03-20 15:27 -0400
      Re: Automation of Windows app? Grant Edwards <invalid@invalid.invalid> - 2015-03-20 19:58 +0000
    Re: Automation of Windows app? Michael Torrie <torriem@gmail.com> - 2015-03-22 21:43 -0600
      Re: Automation of Windows app? alex23 <wuwei23@gmail.com> - 2015-04-01 11:14 +1000
        Re: Automation of Windows app? ryguy7272 <ryanshuell@gmail.com> - 2015-08-30 07:25 -0700
          Re: Automation of Windows app? Laura Creighton <lac@openend.se> - 2015-08-30 17:08 +0200
            Re: Automation of Windows app? Grant Edwards <invalid@invalid.invalid> - 2015-08-30 16:18 +0000
    Re: Automation of Windows app? "Jacob Kruger" <jacob@blindza.co.za> - 2015-03-23 08:03 +0200
  Re: Automation of Windows app? Emile van Sebille <emile@fenx.com> - 2015-03-22 10:41 -0700
  Re: Automation of Windows app? vern.muhr@gmail.com - 2015-03-22 16:54 -0700
    Re: Automation of Windows app? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-03-23 01:01 +0000
      Re: Automation of Windows app? Rustom Mody <rustompmody@gmail.com> - 2015-03-22 22:31 -0700

csiph-web