Set Destinations & Swap Presets
Last updated
Last updated
Use this example script with OffShoot Helper’s runAppleScript action to automatically define destination paths and apply specific presets.
An OffShoot Pro License
Workspace and AppleScript
Download the zip containing the example workspace JSON and AppleScript.
In the JSON file, set one or more destination paths:
"setDestinations": ["/Volumes/HDD 1/", "/Volumes/HDD 2/"],
In the SCPT file, set one or more preset file names you want to load:
set thePresets to {"preset1.hedge", "preset2.hedge"}