I must download many scanned images (.jpg) from the URL address using autohotkey.
UrlDownloadToFile [http://192.168.1.2:1234/storage/emulated/0/TurboScan/Jpeg/*.jpg][1] D:\SCAN\\\*.jpg
Unfortunately not working :( Should I use loop or something?
When I'm trying save one image with a specific name - everything is OK.