If the command files will not run, you must set the permissions.

To do so, drag the entire folder onot the desktop, go to Terminal and enter the following command:

find ~/Desktop/DESIGNMERGE-SERVER-STARTUP-SCRIPTS -type f -name "*.command" -exec chmod +x {} +

If you receive a permission denied error, try again using sudo as follows:

sudo find ~/Desktop/DESIGNMERGE-SERVER-STARTUP-SCRIPTS -type f -name "*.command" -exec chmod +x {} +

The sudo version will require the administrator password.

