home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / pascal / 7533 < prev    next >
Encoding:
Text File  |  1992-12-16  |  1.4 KB  |  32 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!cs.utexas.edu!hellgate.utah.edu!fcom.cc.utah.edu!calvin.saff.utah.edu!SKLEPZI
  3. From: SKLEPZI@SSB1.SAFF.UTAH.EDU (Steven Klepzig)
  4. Subject: Re: Novell Queues
  5. Message-ID: <SKLEPZI.17.0@SSB1.SAFF.UTAH.EDU>
  6. Lines: 20
  7. Sender: news@fcom.cc.utah.edu
  8. Organization: University of Utah
  9. References: <1go89uINNim6@uwm.edu>
  10. Date: Wed, 16 Dec 92 23:22:10 GMT
  11.  
  12. In article <1go89uINNim6@uwm.edu> alanchem@csd4.csd.uwm.edu (Alan Scott Olson) writes:
  13. >
  14. >With BP 7.0, how difficult is it to direct output to a Novell queue, on a 
  15. >dedicated print server.
  16.  
  17. It's not that bad, realizing that there is no direct relationship between 
  18. Netware queue's and print servers.  Directing output to a queue is 
  19. independent from the type of queue and type of server involved.
  20.  
  21. There are a couple of netware calls that create print jobs.  Are you 
  22. referring to CAPTURE type of redirection or direct creation and use of a 
  23. queue file?  There is a difference.
  24.  
  25. I've just finished writing my own routines for doing both of these, mainly 
  26. for practice in OOP programming and because I need them.  They are virtually 
  27. untested so far and I wouldn't even classify them as beta code.  However, 
  28. many other people (I think) have written similar routines.  Also, TurboPower 
  29. Software has code to do this stuff in the new version of OPRO (v1.20).
  30.  
  31. Steven (sklepzi@ssb1.saff.utah.edu)
  32.