Anyone know of a way to set a local printer port to use a system variable or some form of method to create a counter or unique identifier.
I currently have a printer setup where I have a new port as \\someserver\share\printjob.pcl
This then creates a PCL 5 file for the print job but I am wondering if there is a way to set a system variable to be acknowledged, like %username% so it generates something unique if multiple users are printing jobs.
Ultimately, I am converting the PCL file to a PDF via a custom VBScript service. unfortunately there is room for it stepping on itself which I want to try and avoid.