Hi, dont know if this has been discussed before, I couldnt find anything on the subject, I will of course appreciate any help with this.
I read somewhere taht windows print queues are FIFO (First In First Out)
However, when I generate a sequence of files muliple times like this one for example
file1
file2
file3
file4
if I do this lets say 5 times
I will end up with the following in the queue
file1
file1
file1
file1
file1
file2
file2
file2
so on and so forth
the question is, How can I make it so it will print the files in the order they were sent to the printer?
thanks for your time.