home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / submit.exe / SUBMIT.TXT next >
Text File  |  1995-07-11  |  2KB  |  66 lines

  1. NOVELL TECHNICAL INFORMATION DOCUMENT
  2.  
  3. TITLE:  Sample Code for NWCloseFileAndStartQueueJob2
  4. README FOR:  SUBMIT.EXE
  5.  
  6. NOVELL PRODUCTS and VERSIONS:
  7. NetWare Client SDK 1.0e
  8.  
  9. ABSTRACT:
  10.  
  11. This code will open a filehandle for a print job on the server
  12. and queue specified on the command line.  It will then write a
  13. line of  data "this is a test" to the file and close it so it
  14. will then be printed out to the printer serviced by that queue.
  15.  NOTE: This code also shows how to set the form number for a job.
  16.  
  17.  
  18.  
  19. -----------------------------------------------------------------
  20.  DISCLAIMER
  21.  THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO
  22. NOVELL.  NOVELL
  23.  MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY THIS INFORMATION. 
  24. HOWEVER, THE
  25.  INFORMATION PROVIDED IN THIS DOCUMENT IS FOR YOUR INFORMATION
  26. ONLY.  NOVELL
  27.  MAKES NO EXPLICIT OR IMPLIED CLAIMS TO THE VALIDITY OF THIS
  28. INFORMATION.
  29.  
  30. -----------------------------------------------------------------
  31.  
  32.  
  33. ISSUE: 
  34.  
  35. This code will open a filehandle for a print job on the server
  36. and queue specified on the command line.  It will then write a
  37. line of  data "this is a test" to the file and close it so it
  38. will then be printed out to the printer serviced by that queue.
  39.  NOTE: This code also shows how to set the form number for a job.
  40.  
  41. Self-Extracting File Name: submit.exe
  42.  
  43. Files Included     Size     Date      Time
  44.  
  45. ..\
  46.       SUBMIT.TXT     (This file)
  47.       SUBMTJOB.C           11566          7-7-95      3:48:54 pm
  48.     SUBMTJOB.EXE           24685          7-7-95      3:49:08 pm
  49.  
  50.  
  51. Installation Instructions:
  52.  
  53. C executable and sample code.
  54.  
  55.  
  56.  
  57. -----------------------------------------------------------------
  58.  Any trademarks referenced in this document are the property of
  59. their
  60.  respective owners.  Consult your product manuals for complete
  61. trademark
  62.  information.
  63.  
  64. -----------------------------------------------------------------
  65.  
  66.