Custom Separator page

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top