Products | About Us

More Conditions

The more I think about it, the less I think it's possible. HOWEVER...

I would like a single print queue for each printer. Set up in such a way that if the data is postscript, it will print to a postscript driver, and if it is PCL (or anything that's not postscript) it will print to the PCL driver.

Can you do something to this effect?
Reprint Printer02 PS
Condition: the right 3 characters of the file name = "PDF"
Reprint Printer01 PCL
Condition: else
Script - Log

Can it be done in a script? Do your Actions have a VBA command so it can all be done in the script?

DrVal
13th Feb 2009

You could read the first few lines of the file and look for the PostScript header, it will probably start with %!PS-Adobe-3.0 if its PostScript.

The Script action lets you enter some VBScript, it is fairly trivial to read a file with the FileSystemObject.

If you need some help with this send an email to support at frogmorecs.com

Tony Edgecombe
13th Feb 2009

This thread is closed to new posts.

Feed