Xref: utzoo comp.sys.ibm.pc:23048 comp.text:3041 Path: utzoo!attcan!uunet!lll-winken!ames!mailrus!sharkey!atanasoff!jwright From: jwright@atanasoff.cs.iastate.edu (Jim Wright) Newsgroups: comp.sys.ibm.pc,comp.text Subject: Re: HP LJ-II printjob bombs from DOS after paper-out or paper-jam Message-ID: <639@atanasoff.cs.iastate.edu> Date: 11 Jan 89 04:02:24 GMT References: <13017@duke.cs.duke.edu> Reply-To: jwright@atanasoff.cs.iastate.edu (Jim Wright) Organization: Iowa State U. Computer Science Department, Ames, IA Lines: 20 In article <13017@duke.cs.duke.edu> gm@romeo.cs.duke.edu (Greg McGary) writes: }I normally use the MKS-toolkit cp(1) command like so: } } cp .jep /dev/lpt1 } }I've tried DOS's print spooler with no luck, and find that } } cat .jep >/dev/lpt1 } }opens one or both of the files in ascii-mode so that the top-bit }is stripped. (Boo!) } }Any ideas? Thanks! I use a batch file called TEXPRINT.BAT with the single line: copy /B %1.hp prn: For your DVI files, change .hp to .jep. This works exactly like you want it to. The switch /B tells DOS to use binary mode.