Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!sdd.hp.com!hplabs!hpfcso!hpgrla!jerryd From: jerryd@hpgrla.gr.hp.com (Jerry Donovan) Newsgroups: comp.windows.ms Subject: Re: printing to a file. Message-ID: <1300057@hpgrla.gr.hp.com> Date: 11 Apr 91 18:17:58 GMT References: <1991Apr9.210724.4727@bnlux1.bnl.gov> Organization: Hewlett-Packard, Greeley, CO Lines: 14 >I would like info on printing to a file. Specifically an HP DeskJet. > >I have done what the manual states and ther seems to be no problems on >creating the actual file, but when I try to print it on the DeskJet >nothing happens. I have used the following commands from DOS. >copy file LPT1: >print file You might try the following: copy /b file LPT1 note: the '/b' parameter can be anywhere on the line. Jerry Donovan