Set Destinations & Swap Presets

Use this example script with OffShoot Helper’s runAppleScript action to automatically define destination paths and apply specific presets.

Requirements

How to use

  1. Download the zip containing the example workspace JSON and AppleScript.

  2. In the JSON file, set one or more destination paths:

"setDestinations": ["/Volumes/HDD 1/", "/Volumes/HDD 2/"],
  1. In the SCPT file, set one or more preset file names you want to load:


set thePresets to {"preset1.hedge", "preset2.hedge"}

Last updated