home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / msdos / programm / 9212 < prev    next >
Encoding:
Text File  |  1992-09-09  |  1.1 KB  |  29 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!dcatlas!joet
  3. From: joet@dcatlas.dot.gov (Joe Trott)
  4. Subject: Re: Printing problem
  5. Message-ID: <1992Sep9.194510.27018@dcatlas.dot.gov>
  6. Organization: U.S Dept. of Transportation
  7. References: <ANDERS.92Sep8134840@ipcsun1.his.se>
  8. Distribution: comp.os.msdos.programmer
  9. Date: Wed, 9 Sep 1992 19:45:10 GMT
  10. Lines: 17
  11.  
  12. anders@ipcsun1.his.se (Anders Eklund) writes:
  13.  
  14. >I am writing a program which runs on a Novell network. The normal
  15. >printing procedure is that i use stdprn which works just fine.
  16. >The text is captured and written on a network printer. The problem
  17. >is that I now want to be able to write to a local and a network 
  18. >printer at the same time, not simultaneously of course. Is it possible
  19. >to override this capturing effect or is there another way? I would
  20. >be most greatful for any answer.
  21.  
  22. If you can write to a different LPT port, you can CAPTURE L=# etc... where
  23. # is the LPT port to which you are writing (default is 1).  Thus, you could
  24. write to _that_ CAPTUREd port to go to the network (any queue), but still
  25. use stdprn to go to the local LPT1 device.
  26.  
  27. -JTT
  28.  
  29.