but a bit weird bug is the 'missing username' while uploading photo to my own account after logon
the build I using 3.1.5.7619, build date 7/26/2010, searching around the webshots forum or web but no hope
to work around , I wrote a simple ahk script
SetTitleMatchMode 2
loop
{
ControlSend, OK, {Enter}, Webshots Photo Uploader
if ErrorLevel = 0
{
sleep, 1500
ControlSend, Upload, {Enter}, Step 2 of 3: upload files
}
sleep, 1500
}
No comments:
Post a Comment