On Thu, 2004-02-19 at 14:49, Kerry Baker wrote:
> I am using smbclient for printing. I tried the following command
> (amongst other things) but I must be missing something.
>
> cat file.ps | smbclient //server/printer -P -N -c 'print -'
>
> Can anyone tell me what I've done wrong.
At a wild stab in the dark, try sending some PJL commands first:
[EMAIL PROTECTED] JOB
@PJL ENTER LANGUAGE=POSTSCRIPT
[EMAIL PROTECTED] EOJ\n\033%-12345X
The \033 is the escape character, \n is newline, don't begin the lines
with whitespace, end each line with a newline character, and the blank
line is where your PostScript file goes.
--
Michael JasonSmith http://www.ldots.org/