Question : Problem: HP Separator Pages

I there a way to customize what gets printed on the Separator Page for my HP Color LaserJet using NT 4.0 Workstation?

Answer : Problem: HP Separator Pages

I think this is what you are looking for:

Begin a new document in Notepad.  On the first line, type an escape character and then press Enter.  I use "$".

The following are the variables and what they do:

$B$S - Prints text in single-wide block chars until $U is encountered

$D - Prints the date the job was printed

$E - Ejects a page from the printer

$F{pathname} - Prints the contents of the file specified by path

$I - Prints the job number

$Lxxxx - Prints all the characters (xxxx) following it until another esc code is encountered

$N - Prints the user name of the person that submitted the job

$n - skips n number of lines (0-9).  0 moves printing to the next line

$T - Prints the time the job was printed

$U - turns off block character printing

$Wnn - Sets the width of the sep page.  Default is 80, max is 256.  Chars over the max are truncated

ex:

$
$N
$D
$0
$L TEST SEPARATOR
$T
$E

result:

boomshanker 2/22/00
 TEST SEPARATOR 20:55


Best Regards.
Random Solutions  
 
programming4us programming4us