I have an old DOS application that prints checks, including the MICR. It uses graphis for the MICR, and at the end of the run, puts in a reset command, which also ejects the last page. Without the reset command, subsequent reports are scrambled. My new computer has no LPT ports, so my printer is connected through a USB port. As the old software cannot write directly to either a USB port or a network printer, I redirect the output to a file, then print it with the PRINT command. Unfortunately, when PRINT does not see a form-feed at the end of the file, it adds one, which feeds a blank page. Is there any way to surpress this action?