wsh.Run "cmd.exe /C start PDFXTools.exe /RunTool:showui=no;showprog=no pdft.tool.splitMergePDF C:\TEMP\T1.pdf C:\TEMP\T2.pdf /Output:folder=C:\TEMP\Output\;filename=Mergetest.pdf;showfiles=no;overwrite=yes"
This code basically works for me via a VBA code in MS Excel but I want to merge an entire folder with (n).pdf files.
Is it possible to merge the contents of a folder without listing the individual files in the Command Line?
...ft.tool.splitMergePDF C:\TEMP\*.pdf /Output:folder..... is not working.
I've tried to understand the command line options but I'm having trouble with them.

Many thanks in advance