A page that is printed between print jobs. In the old days, separator pages indicated when one print job finished and the next one began. In Microsoft Windows NT and Windows 2000, separator pages can have two functions:
Windows NT and Windows 2000 include three separator pages, which are located in the \Winnt\System32 directory:
Windows 2000 includes a fourth separator page, sysprtj.sep, which is similar to sysprint.sep.
You can use Notepad to edit any default separator page file to create a custom separator file. You can add new lines by using printer escape codes such as those shown in the following table.
Code | Function |
@D | Prints the date that the job was submitted. (Use Regional Settings in Control Panel to specify the format.) |
@E | Ejects the page. (Use at the end of a separator page.) |
@Fpathname | Prints the contents of the file specified by “pathname” without performing any processing of the file. |
@Hnn | Sends escape code nn to the printer (device-specific functionality). |
@I | Prints the job number. |
@L | Prints the following characters as is until the next escape code is encountered. |
@N | Prints the name of the user who submitted the job. |
@T | Prints the time that the job was submitted. |
@n | Skips n lines. |
@0 | Skips to the next line. |
If a printer can auto-switch between printing modes (by identifying the type of the rendered file sent to it), you do not need to specify a separator page.