home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / msdos / programm / 9013 < prev    next >
Encoding:
Text File  |  1992-09-02  |  1.3 KB  |  33 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!ux1.cso.uiuc.edu!usenet.ucs.indiana.edu!bronze.ucs.indiana.edu!yawei
  3. From: yawei@bronze.ucs.indiana.edu (~{QG9p~})
  4. Subject: PRINT.EXE a binary file?
  5. Message-ID: <BtzFH9.G3J@usenet.ucs.indiana.edu>
  6. Sender: news@usenet.ucs.indiana.edu (USENET News System)
  7. Nntp-Posting-Host: bronze.ucs.indiana.edu
  8. Organization: Indiana University
  9. Date: Thu, 3 Sep 1992 03:10:21 GMT
  10. Lines: 21
  11.  
  12.  
  13. I have the need to dump megabytes of bitmap image to some slow
  14. dot matrix printers. I thought this might a neat idea: first
  15. dump the image to a disk file, then pass the file name to
  16. PRINT.EXE via the DOS multiplex interrupt calls so that it can
  17. be printed in the background. Everything worked perfectly 
  18. until some bytes with values 0x0D or 0x1B sneaked into the files.
  19.  
  20. It turned out that PRINT.EXE was only equiped to handle non-binary
  21. files! (This was confirmed after checking the manuals.) An 
  22. otherwise useful program is thus seriously handicapped.
  23.  
  24. I wonder whether anyone has discovered anything undocumented that
  25. might allow me to get PRINT.EXE to do what I wanted? 
  26.  
  27. On a similar note, can anyone recommend any PD print spooler
  28. that can handle that much data? PD utility is probably the next
  29. best thing in terms of user's ease of access.
  30.  
  31.   Ya-Gui Wei
  32.  
  33.