Photoshop CS5 convert to profile...

I’m trying to convert RGB images to CMYK using the convert to profile command. It works only if I write the line like that:

convert to profile "Working CMYK" intent relative colorimetric with dithering and blackpoint compensation

If I try to use another profile than the “Working CMYK” i got an error message

error "Adobe Photoshop CS5 got an error: General Photoshop error occurred. This functionality may not be available in this version of Photoshop.

  • The parameters for command “Convert to Profile” are not currently valid." number 8800

I tried to specify where that profile is with a set command

set MyProfile to "Boot_SnowLeopard:Library:Application Support:Adobe:Color:Profiles:Recommended:CoatedGRACoL2006.icc"

But i’ve got the same error message

Maybe it’s the way i wrote the path to MyProfle that is wrong, but I would need a little help on that please.

Was pretty simple finally!

set MyProfile to "GRACoL2006_Coated1v2" as string
convert to profile MyProfile intent relative colorimetric with dithering and blackpoint compensation