home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / pascal / 8006 < prev    next >
Encoding:
Internet Message Format  |  1993-01-10  |  1.3 KB

  1. Path: sparky!uunet!munnari.oz.au!ariel.ucs.unimelb.EDU.AU!werple.apana.org.au!news
  2. From: nige@werple.apana.org.au (Nigel Senior)
  3. Newsgroups: comp.lang.pascal
  4. Subject: How to spool file from within program
  5. Date: 10 Jan 1993 19:39:20 +1100
  6. Organization: werple public-access unix, Melbourne
  7. Lines: 31
  8. Message-ID: <1ionboINN7qr@werple.apana.org.au>
  9. NNTP-Posting-Host: werple.apana.org.au
  10. Summary: Can anyone tell me how to fix my spooling problem
  11. Keywords: print spool dos
  12.  
  13. : I am writing an application which requires printing large amounts of
  14. : graphics related data. The production of the data is fast but I am
  15. : continually held up by the printer speed. As a fix I have changed my code
  16. : so that the data goes to a file and then I spool the file. The problem is
  17. : that I am unable to get a succesfull spool. I have tried using a BIOS
  18. : call but only a portion of the file gets printed. I have tried using the
  19. : exec command but adjusting for memory use is very hit and miss.
  20. : When I manage to get a succesfull "exec print filename" I get a dos
  21. : message splattered across my screen (even piping the output does not
  22. : work). Does anyone know how I would be able to use the BIOS call
  23. : successfully or where I could find a real spooler for DOS.
  24. : cheers and thanks in advance
  25. : Nigel senior (Melbourne Australia)
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.