If you have a batch of Applescript .scpt files to convert into text, do NOT use the command line tool. You use this tool like so: If your .scpt has high ASCII characters in it (like Applescript’s line break character, the Ã?¬) the .applescript file you get out will not have your high level ASCII line break. Which breaks the script if you turn…