python - Automate clicking of menu item and opening file - Windows XP -


i have windows xp computer, running lasercut 5.3.

i automate process of importing dxf file, going file > import > [selecting dxf] > clicking import.

the dxf file in same location. (c:\autocut\receivedfile.dxf)

is there way can automate clicking through of importing file?

the computer runs windows xp professional , has python 2.7 installed. school computer, rather not install programs, can if way.

thanks

take @ pywinauto:

http://pywinauto.github.io/

there's swapy project, might useful getting head start on generating pywinauto code:

https://code.google.com/p/swapy/


Comments

Popular posts from this blog

How to run C# code using mono without Xamarin in Android? -

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -