Hi Hussien, I'm trying to add an image addon that will render PDF images as PNG files withing XMLmind. I've basically cut and pasted the ghostscript-based addon found in the Configure.pdf. However, my users don't have ghostscript 8, so I've packaged it as a part of the addon and need to add it to user computer's PATH statement dynamically.
However, when I make two shell elements, the effect is that two different shells are opened, and the path declared in the first is not valid in the second: <shellcommand="path = %PATH%;D:\Program Files\XMLmind_XML_Editor4.2Pro\addon\gs\gs8.63\bin"platform <shellcommand -r96 -dTextAlphaBits=4 -dGraphicsAlphaBits=4 -dEPSCrop %A "-sOutputFile=%O" "%I""="gswin32c -q -dBATCH -dNOPAUSE -sDEVICE=png16mplatform ? Is there any way of passing two commands to the same shell in this context? ? Thanks, Jeff.="Windows"/>="Windows"/>

