Unable to print correctly html on Windows Printer (SMB) Share

Todd Pfaff pfaff at edge.cis.mcmaster.ca
Sat Nov 17 07:44:02 GMT 2001


On Fri, 16 Nov 2001, Joel Hammer wrote:

> #!/bin/sh
> enscript -M Letter -Z -p - |  \
> gs -sDEVICE=cdj550 -q -sOutputFile=- - | \
> smbclient \\\\jhammer6\\test -c 'print -' -N
> exit 0                                             
...
> You can interact with the print share by invoking:
> smbclient \\\\\jhammer6\\test

Joel,

Here's a small tip, in case you didn't already know...
You can use '/' characters in the smbclient arguments.

smbclient //jhammer6/test

Less typing and easier on the eyes. :-)

--
Todd Pfaff                         \  Email: pfaff at mcmaster.ca
Computing and Information Services  \ Voice: (905) 525-9140 x22920
ABB 132                              \  FAX: (905) 528-3773
McMaster University                   \
Hamilton, Ontario, Canada  L8S 4M1     \





More information about the samba mailing list