Thanks Galaxiom
I followed you suggestion, my final code is posted below.
Set objShell = CreateObject("WScript.Shell")
strcommand = "PDFTK c:\doc1.pdf c:\doc2.pdf c:\doc3.pdf cat output OutputF1.pdf"
objShell.Run strcommand
Thanks to all who viewed, maybe this will help you.
Regards