G
Guest
I am trying to modify the separator page Sysprint.sep to display the server
name and print que name. I am able to manually add the name of the server
but how do I make the print server display the different share every time a
client prints to a different printer. Is this possible?
See example below:
/SysPrint where
@L{
@L pop
@L SysPrint
@L}{
@L /Times-Roman findfont .5 72 mul scalefont setfont
@L PrintWidth 2 div 6 72 mul moveto
@L (\\\\Servername\\share) dup stringwidth pop 2 div neg 0 rmoveto show
@L PrintWidth 2 div 5 72 mul moveto
@L (PSCRIPT Page Separator) dup stringwidth pop 2 div neg 0 rmoveto show
@L}ifelse
@L% Set some standard parameters
Thank you in advance
name and print que name. I am able to manually add the name of the server
but how do I make the print server display the different share every time a
client prints to a different printer. Is this possible?
See example below:
/SysPrint where
@L{
@L pop
@L SysPrint
@L}{
@L /Times-Roman findfont .5 72 mul scalefont setfont
@L PrintWidth 2 div 6 72 mul moveto
@L (\\\\Servername\\share) dup stringwidth pop 2 div neg 0 rmoveto show
@L PrintWidth 2 div 5 72 mul moveto
@L (PSCRIPT Page Separator) dup stringwidth pop 2 div neg 0 rmoveto show
@L}ifelse
@L% Set some standard parameters
Thank you in advance