Invalid Printer Name
Hello,
Is there a way not deleting the files with no valid printer name?
I have setup a procedure to process printing and delete all the .txt in a specific folder; however, when the file contains not valid printer the commander will delete this file. In this case when i have thousands of prints within a day I cannot control what went wrong, I mean how can I find all the .txt files that were deleted and not printed?
Thank you,
George
-
Enable application logging in BarTender/Commander to capture messages on what didn't print due to error.
In terms of the trigger files, instead of deleting them you could move them to a different folder, which would then allow you to re-trigger those files that didn't print properly and deleting those that did. An operating system command action can be used to execute the move:
cmd.exe /C MOVE /Y "%Trigger File Name%" "C:\OldTriggerFiles"
Note: In a future release of BarTender we will have a direct feature for moving trigger files upon failure.
0 -
Thank you Ian for your reply. I will try what you suggested me and let you know.
0
サインインしてコメントを残してください。
コメント
2件のコメント