I know I can use Applescript to execute a Beyond Compare 4 script with:
do shell script "/usr/local/bin/bcompare @\"/Volumes/SSD/My_BeyondCompare_Script.txt\""
This script actually contains something like:
criteria timestamp binary
load "/Users/.../_path_to_my_local_folder" "sftp://_path_to_my_sftp_folder"
sync visible mirror:left->right
Is it possible to write the contents of this script directly in the Applescript, without having this text file? I'm not familiar with "do shell script" stuff.