following code is some part of my script:
$ftmp = "" while 1 $fname = FileReadLine($file) if @error = -1 then ExitLoop $ftmp = $ftmp & $fname & " " WEnd send("^o") WinActivate("Open Image") sleep(100) send($fadrs) Sleep(200) send("{ENTER}") sleep(10) send($ftmp) Sleep(100) send("{ENTER}")





