Alright, here’s what I got - [code]set folCheck to “/Users/Chris/Desktop/Print This/” --Makes sure that the folder to look for the files is the folder “Print This”
set wtPrint to choose file of (choose from list fList with multiple selections allowed) --wtPrint means what to print
–print time
tell application “Finder”
print wtPrint
end tell[/code]
It works, but I would like (if it can be done), just a dialog box with only that folder shown (if the user has the folder created)
When run however, it prints non stop ! I had to pull the printer plug and force quit Script Editor just to stop it
Any help would be appriciated