- Регистрация
- 29.07.2011
- Сообщения
- 76
- Благодарностей
- 4
- Баллы
- 8
Not sure if I am missing something in the new Zenno Project builder but I spent 2 hours trying to figure out how to upload a photo when a separate windows explorer window pops up and wants me to browse for the file. Finally I just said fuk it and wrote a simple script to do this using autohotkey.
This is the script:
FileRead, Clipboard, C:\upload.txt
WinActivate, Select file to upload by www.nameofyourwindow.com < this line is the name of the window title you want to activate.
Send %clipboard%
Send, {ENTER}
I invoke the script using the Run Program feature.
This is the script:
FileRead, Clipboard, C:\upload.txt
WinActivate, Select file to upload by www.nameofyourwindow.com < this line is the name of the window title you want to activate.
Send %clipboard%
Send, {ENTER}
I invoke the script using the Run Program feature.