Can AutoIT script GAE launcher so that I don't have to type my password each time I deploy?
相关问题
- java.lang.NullPointerException at java.io.PrintWri
- How to Debug/Register a Permanent WMI Event Which
- the application was unable to start correctly 0xc0
- __call__() missing 1 required positional argument:
- Windows 7: How can I get a list of all Windows use
相关文章
- Is there a size limit for HTTP response headers on
- appcfg.py command not found
- Google app engine datastore string encoding proble
- Looking for documentation on the “right” way to in
- PHP 7 FTP extension is not loaded in Windows 7
- Angular route not working when used with Google Ap
- Doctrine not finding data on Google App Engine?
- Using OkHttp client via OKClient on Google App Eng
AutoIt can automate the GUI no problem. There are 2 edit boxes (
Edit1
andEdit2
) so you can practically take the notepad examples and change them a little bit. If you want something running in the background then do something like this as a wrapper around the launcher.Alternatively, you can deploy the app from the command line.