clawPDF
clawPDF copied to clipboard
Running the script in the background
I am using the ClawPDF printer and I want to run the script (.exe or .bat) on completing the PDF conversion. I tested it out and it works charm.
But the issue here is that I need to run this external process in the background and not in the foreground. I have tried putting '&' or '\B' while putting the script in the configuration but no luck.
Could anyone knows how I can achieve this?