home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / ibm / pc / misc / 11600 < prev    next >
Encoding:
Internet Message Format  |  1992-08-17  |  1.4 KB

  1. Path: sparky!uunet!gatech!rpi!uwm.edu!ogicse!qiclab!leonard
  2. From: leonard@qiclab.scn.rain.com (Leonard Erickson)
  3. Newsgroups: comp.sys.ibm.pc.misc
  4. Subject: Re: How do I send a binary file to a printer?
  5. Message-ID: <1992Aug18.012419.23549@qiclab.scn.rain.com>
  6. Date: 18 Aug 92 01:24:19 GMT
  7. Article-I.D.: qiclab.1992Aug18.012419.23549
  8. References: <6536@tekig7.PEN.TEK.COM>
  9. Reply-To: 70465.203@compuserve.com
  10. Distribution: na
  11. Organization: SCN Research/Qic Laboratories of Tigard, Oregon.
  12. Lines: 34
  13.  
  14. georgew@tekig1.PEN.TEK.COM (George Walker) writes:
  15.  
  16. >I'm running Windows and I have a crummy printer, but I have access to
  17. >another PC running DOS that has a laser printer.  If I do a "print to file"
  18. >from my word processor under Windows, with the correct printer setup, and
  19. >then take that file to the DOS machine, how do I print the file?  My DOS
  20. >manual says that the DOS "print" command is only for text files.
  21.  
  22. Assuming that you want to print file XYZ on drive A:
  23.  
  24.     Copy /b A:XYZ PRN
  25. or
  26.     copy /b A:XYZ lpt1:
  27.  
  28. The /b is to *force* the copy to be binary. Remember, as far as DOS
  29. is concerned the following are *all* just odd files:
  30.     NUL
  31.     CON
  32.     PRN
  33.     AUX
  34.     COM1
  35.     COM2
  36.     COM3
  37.     COM4
  38.     LPT1
  39.     LPT2
  40.     LPT3
  41.  
  42. Some can't be read from, they can all be written to. 
  43. -- 
  44. Leonard Erickson              leonard@qiclab.scn.rain.com
  45. CIS: [70465,203]             70465.203@compuserve.com
  46. FIDO:   1:105/51     Leonard.Erickson@f51.n105.z1.fidonet.org
  47. (The CIS & Fido addresses are preferred)
  48.