Set Destinations & Swap Presets
Use this example script with OffShoot Helper’s runAppleScript action to automatically define destination paths and apply specific presets.
Requirements
An OffShoot Pro License
Workspace and AppleScript
How to use
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"}
Last updated