Question : Printing a Cover Sheet with Every Print Job

I used to work at Microsoft, and every time I printed something the first page was a cover sheet that included my name and date & time of print.  I am working on a information protection project here at my new company, and I mentioned the cover sheet to the team, and they asked me to do some research on it.  So my questions are:
1) What specifically is this feature called, so I can do some research on it?
2) How easy is it to implement?
3) Besides paper costs, is it free; i.e. is it something that can be setup in Windows domain policies or something like that?

As you can tell, I will not be the person setting this up, I only need to bring them some information on the topic, so they can make an educated decision to have the IT department implement it.  Thanks in advance for your help, Jon

Answer : Printing a Cover Sheet with Every Print Job

What you are refering to are called Separator Pages, they are accessed from the actual printer properties on each machine.  Go to Control Panel -- Printers(right click properties) -- Advanced(maybe different) -- Seperator Pages and my printer asks me to find the seperator page.  Here you have three options

1.  pcl.sep  -- this is supported for PCL printers, it prints separator page before the document
2.  pscript.sep -- This is for postscript printers, but does not put a separator page in.
3.  sysprint.sep -- This is also for postscript printers but this actually does print the separator page.

All these files are found under your system32 directory.

if you want to get creative you can actually go in and make the separator print specific things using the following method.

1.  Enter the escape codes for the functions you want, and then save the file with an .sep extension in the Windows SYSTEM32 subfolder.
2.  In Print Manager, select the printer that you want to use the separator page file with, and then click Choose Properties on the Printer menu.
3.  Click Details, specify the name of the desired separator page file in the Separator File box, and then click OK.
The following list describes the escape codes that can be used in a separator page file and their functions:
"@N: Prints the user name of the person that submitted the job.
"@I: Prints the job number.
"@D: Prints the date the job was printed. The representation of the date is the same as the Date Format in the International section in Control Panel.
"@T: Prints the time the job was printed. The representation of the time is the same as the Time Format in the International section in Control Panel.
"@Lxxxx: Prints all the characters (xxxx) following it until another escape code is encountered.
"@Fpathname: Prints the contents of the file specified by path, starting on an empty line. The contents of this file are copied directly to the printer without any processing.
"@Hnn: Sets a printer-specific control sequence, where nn is a hexadecimal ASCII code sent directly to the printer. To determine the specific numbers, see your printer manual.
"@Wnn: Sets the width of the separator page. The default width is 80; the maximum width is 256. Any printable characters beyond this width are truncated.
"@U: Turns off block character printing.
"@B@S: Prints text in single-width block characters until @U is encountered.
"@E: Ejects a page from the printer. Use this code to start a new separator page or to end the separator page file. If you get an extra blank separator page when you print, remove this code from your separator page file.
"@n: Skips n number of lines (from 0 through 9). Skipping 0 lines moves printing to the next line.
"@B@M: Prints text in double-width block characters until @U is encountered.

you can do a quick search for MS Separator pages online and get a lot of this same info.  Best of luck with your research.  
Random Solutions  
 
programming4us programming4us