Droplet to convert doc to docx

Thought i should share this for those that want to convert quickly word doc files to word docx files.


on open of theFiles
  repeat with doc in theFiles
     tell application "Microsoft Word"
	open doc
		save as the front document file name path of the front document & ".docx" file format format document
	        close front document saving no
     end tell
   end repeat
end open

Browser: Safari 536.26.17
Operating System: Mac OS X (10.8)