Это не проверено, так как у меня нет моего Mac на работе, но вы поняли ...
tell application "Finder"
try
set the source_folder to choose folder with prompt ¬
"Pick a folder containing the documents to process:"
set these_files to every file of the source_folder
repeat with
tell application "Microsoft Word"
repeat with doc in these_files
print-out doc
end repeat
end tell
end tell