Here is my problem: from a java class i'm executing the convert command through the java process builder, but inserting chars like " or ' the convert command doesn't execute correctly.
-draw, text 260,146 'abc'
The command is transmitted to image magick that converts the text into an image

Thanx in advance :p