I currently have a BATCH file that "Prints" a file, using the command copy %1 /B lpt1 /B This "copies" the %1 file to Printer Port 1 "As code" (hence the /B). The next line of the file is: copy ...