home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / os2 / misc / 29552 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  1.3 KB

  1. Path: sparky!uunet!spool.mu.edu!agate!connor.Berkeley.EDU!stanton
  2. From: stanton@haas.berkeley.edu (Richard Stanton)
  3. Newsgroups: comp.os.os2.misc
  4. Subject: Re: printing binary files, emx/gcc
  5. Date: 8 Sep 1992 18:35:25 GMT
  6. Organization: Haas School of Business, U.C. Berkeley
  7. Lines: 14
  8. Message-ID: <stanton.487.0@haas.berkeley.edu>
  9. References: <1992Sep7.092236.20536@newstand.syr.edu>
  10. NNTP-Posting-Host: connor.berkeley.edu
  11. Keywords: printing, binary, emx/gcc
  12.  
  13. In article <1992Sep7.092236.20536@newstand.syr.edu> jtcox@syr.edu (Ted Cox) writes:
  14. >I want to send some binary files to my paintjet in an os2 window.
  15. >Under DOS this is easy: copy /b datafile lpt1.  In a DOS window under
  16. >os2, or in an os2 window it doesn't work the same.  I get (at least) an
  17.  
  18. Define a printer object using IBMNULL attached to LPT1. I have the same 
  19. trouble as you with dumping directly at LPT1, and IBMNULL allows you to do 
  20. that. Of course, you then lose the ability to have printer specific output.
  21. So my idea was to define another printer object attached to another port, 
  22. redirected to LPT1, then define that as the default printer. However, I 
  23. could never get anything to come out of the printer. So instead tell your 
  24. printer specific object to print to a file, which seems to work.
  25.  
  26. Richard Stanton
  27.