Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

Open a scanned file

$
0
0

Hi @all,

 

The script I have am working on is scanning file with .pdf file types. If it scanned a pdf, it should be opened. So far, this is the code I have tried:

Dim $FolderName = "C:\Users\AJ\Desktop\AUTOIT" ScanFolder($FolderName) Func ScanFolder($SourceFolder)    $Search = FileFindFirstFile($SourceFolder & "\*.pdf")    Run($Search) EndFunc

Viewing all articles
Browse latest Browse all 12506

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>