I have a problem with SetMetaData when a space character is included.
If I enter this...
Rundll32 "c:\Program Files\PDF-ShellTools\PDFShellTools.dll",SetMetadata "Metadata=Title='My Title'" C:\temp\B1C1\P2000-0102.pdf
...the title field will display 'My (the single quote included). It doesn't handle the single quotes as it should and it breaks the information after the first space character.
If I leave out the single quote it will only display My.
Is it a bug or if I have to live with it, what can I use to replace the space character?