home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / printq.exe / PRINTQ.TXT next >
Text File  |  1995-02-14  |  2KB  |  58 lines

  1.  
  2.               NOVELL TECHNICAL INFORMATION DOCUMENT
  3.  
  4. TITLE:              Sample code to read files from a print queue
  5. DOCUMENT ID:        TID022017
  6. DOCUMENT REVISION:  A
  7. DATE:               14FEB95
  8. ALERT STATUS:       Yellow
  9. INFORMATION TYPE:   Issue
  10. README FOR:         PRINTQ.EXE
  11.  
  12. NOVELL PRODUCT and VERSION:
  13. NetWare Client SDK 1.0e
  14.  
  15. ABSTRACT:
  16.  
  17. This program will read a file from a print queue and write it out to a file
  18. called printq.out. Note: The USER logged in must be in the QUEUE SERVER list
  19. in the bindry to attach to the queue.  Since PCONSOLE does not have this
  20. functionality, the ADDPSERV.C utility has been provided.  This program will
  21. take the first 'READY' job from the queue and write it to file (printq.OUT).
  22.  
  23. -----------------------------------------------------------------
  24. DISCLAIMER
  25. THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO NOVELL.  NOVELL
  26. MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY THIS INFORMATION.  HOWEVER, THE
  27. INFORMATION PROVIDED IN THIS DOCUMENT IS FOR YOUR INFORMATION ONLY.  NOVELL
  28. MAKES NO EXPLICIT OR IMPLIED CLAIMS TO THE VALIDITY OF THIS INFORMATION.
  29. -----------------------------------------------------------------
  30.  
  31. ISSUE
  32.  
  33. This program will read a file from a print queue and write it out to a file
  34. called printq.out. Note: The USER logged in must be in the QUEUE SERVER list
  35. in the bindry to attach to the queue.  Since PCONSOLE does not have this
  36. functionality, the ADDPSERV.C utility has been provided.  This program will
  37. take the first 'READY' job from the queue and write it to file (printq.OUT).
  38.  
  39.  
  40. Self-Extracting File Name:  PRINTQ.EXE     Revision:  A
  41.  
  42. Files Included     Size     Date      Time
  43.  
  44. \
  45.   PRINTQ.TXT         (This File)
  46.      READQ.C       9486   01-09-95   10:13a
  47.    READQ.EXE      23345   01-09-95   10:13a
  48.  
  49.  
  50.  
  51. -----------------------------------------------------------------
  52. Any trademarks referenced in this document are the property of their
  53. respective owners.  Consult your product manuals for complete trademark
  54. information.
  55. -----------------------------------------------------------------
  56.  
  57.  
  58.