How to click a button using a batch file?

前端 未结 4 1152
天涯浪人
天涯浪人 2020-12-05 08:21

I need to click a button called \"save\" in a Adobe Air application called Arthropod. I can launch the app in the bat file with this:

cd C:\\Program Files\\A         


        
4条回答
  •  有刺的猬
    2020-12-05 08:59

    You can use AutoIt to do this. You can generate a script that would click on the "Save" button, and call the generated EXE file from a batch file.

提交回复
热议问题