The approach to scripts and the "Scripts" menu was deprecated in GEDitCOM II, version 2.0 and replaced by the much more powerful tools called Extensions. If you are using scripts, you should upgrade to GEDitCOM II, version 2.0 and start using extensions instead of scripts.
If for some reason you have an old script that is not be repackaged into an extension, it can still be run in GEDitCOM II, version 2.0 (or newer). You cannot install such a script using the "Install Extensions..." menu command, but you can install it by this manual method:
.scpt
, .applescript
, .py
, or .rb
.~/Library/Application Support/GEDitCOM II/Scripts
: The "~
" means to start in your Home folder, open the Library
folder, open the Application Support
folder, open the GEDitCOM II
folder, and finally open the Scripts
folder. If you put the script in that final folder, it will appear in the "Scripts" menu in the "--User Scripts--" section and will be visible only when running in your user account.~/Library/Application Support/GEDitCOM II/System/Scripts
: To find this folder, start in your home folder, open the Library
folder, open the Application Support
folder, open the GEDitCOM II
folder, open the System
folder and finally open the Scripts
folder. If you put the script file in that final folder, it will appear in the "Scripts" menu in the "--System Scripts--" section and will be visible to all user accounts.Modules
folders in the same folders as the above Scripts
folders (next to the Scripts
folder, not inside it). If no Modules
folder is there, you should create it.