Am Samstag, den 18.10.2008, 15:58 +0400 schrieb Konstantin Kondratyuk:
Try 2: add quotes in parameter: -T'%s'
That's the right way to go, but are you sure that pszTitle does not contain single quotes itself? If not, you have to escape them (for the shell, it should be "" -> "'''") or to replace them (for example by '_').
Regards, Michael Karcher