RE: Control Printer Queue On Windows 2000/XP

2005-06-30 Thread Tim Golden
[binarystar] | Hi folks, | | I am writing a script to print a few thousand pdf documents and I need | to have some control over the number of jobs that are sent to the | printer queue at time ... something along the lines of | | if number_jobs > MAX_JOBS: | time.sleep(10) | else: | #Print

Control Printer Queue On Windows 2000/XP

2005-06-30 Thread binarystar
Hi folks, I am writing a script to print a few thousand pdf documents and I need to have some control over the number of jobs that are sent to the printer queue at time ... something along the lines of if number_jobs > MAX_JOBS: time.sleep(10) else: #Print More Files I have been investi