I am trying to put together a filter for Cups to ensure that my elderly Postscript printer only gets given Postscript Level 1 commands. Following advice on the Cups list I creates a filter as below:-
#!/bin/sh /usr/bin/gs -sDEVICE=pswrite -s"OUTPUTFILE=%stdout" \ -dQUIET -dDEBUG -dPARANOIDSAFER -dNOPAUSE -dBATCH \ -dNOMEDIAATTRS -s"stdout=%stderr" - When I do this I get an Unable to open the initial device error, and gs quits. Any ideas as to how to get rid of the initial device error? David -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]