Jag vill skriva metadata med exfitool och lyckas bra med det. Men det känns som om det borde gå att få in alla kommandon i samma "do shell script"-kommando.
Hur får jag tex dessa två kommandon att bli ett?
set myInstructionsWriteCmd to "exiftool -instructions='" & myInstructionsA & "' " & myFilePath
set mySpecialInstructionsWriteCmd to "exiftool -specialinstructions='" & myInstructionsA & "' " & myFilePath
Så här gör jag idag:
do shell script myInstructionsWriteCmd
do shell script mySpecialInstructionsWriteCmd