Need XP command for printer formfeed

  • Thread starter Thread starter Zilbandy
  • Start date Start date
Z

Zilbandy

I make certificates a couple times a year, and one of them is here. I
print the certificates on a bordered paper with a laser printer, then
use gold laser foil to pretty it up a bit. With Win98, I had a batch
file that would give me a formfeed from a dos prompt to run the gold
foil through the printer to fuse the gold to the toner. I'd like to
know if there is an XP command line equivalent to the following batch
file:

@echo off
rem Ejects page from printer
sendprn 12

In the mean time, I'm just printing a blank page from my default text
editor. It works, but how boring.... :)
 
Start > Run and in the box: CMD

This will start the emulated DOS box - type help at the prompt and see if
one of the commands you get will work.
 
Back
Top