Skip to main content
Known Participant
June 20, 2012
Question

Applescript load color Settings

  • June 20, 2012
  • 1 reply
  • 1580 views

Helloooooo

I would like to applescript to start illustrator (this would be for the first time) and set the color setting to a csf file i have.

i have seen its

load color setting (file)

but i do not understand how to set this to my csf file.

any help

thanks

This topic has been closed for replies.

1 reply

Inspiring
June 20, 2012

Where is your csf?

markc0Author
Known Participant
June 21, 2012

Hi

The csf file is local to the machine

i can pace it wherever but currently its :user:library:application support:Adobe:color:settings

Thanks

Inspiring
June 21, 2012

Then this works fine with my test settings file…

set cms to (path to application support from user domain as text) & "Adobe:Color:Settings:Marks Test.csf" as alias

--

tell application "Adobe Illustrator"

  load color settings from cms

end tell