home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / capit1.exe / CAPIT1.TXT < prev   
Text File  |  1993-09-17  |  2KB  |  51 lines

  1.  
  2.               NOVELL TECHNICAL INFORMATION DOCUMENT
  3.  
  4. TITLE:              CAPIT.C - Example CAPTURE
  5. DOCUMENT ID:        TID000069
  6. DOCUMENT REVISION:  A
  7. DATE:               01JUL93
  8. ALERT STATUS:       Yellow
  9. INFORMATION TYPE:   Symptom Solution
  10. README FOR:         CAPIT1.EXE
  11.  
  12. NOVELL PRODUCT and VERSION:
  13. NetWare C Interface for DOS 1.2
  14.  
  15. ABSTRACT:
  16. This file contains an example program that demonstrates how to duplicate
  17. much of the functionality of CAPTURE.EXE.  The CAPIT.C file is the source
  18. code referred to in the March 1992 issue of BULLETS.
  19. _________________________________________________________________
  20.  
  21. DISCLAIMER
  22. THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO NOVELL. 
  23. NOVELL MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY THIS INFORMATION. 
  24. HOWEVER, THE INFORMATION PROVIDED IN THIS DOCUMENT IS FOR YOUR INFORMATION
  25. ONLY.  NOVELL MAKES NO EXPLICIT OR IMPLIED CLAIMS TO THE VALIDITY OF THIS
  26. INFORMATION.
  27. _________________________________________________________________
  28.  
  29. Self-Extracting File Name:  CAPIT1.EXE
  30.  
  31. Files Included     Size     Date        Time
  32.  
  33.   CAPIT1.TXT          (This File)
  34.    CAPIT.EXE      16452    6-24-92     12:40a
  35.      CAPIT.C      25201    6-24-92     12:40a
  36.  
  37.  
  38.                     README FOR CAPIT EXAMPLE PROGRAM
  39.  
  40. This README file of CAPIT1.EXE accompanies an example program which
  41. demonstrates how to duplicate much of the functionality of CAPTURE.EXE. 
  42. CAPIT.C is the source code referred to in the March, 1992 issue of BULLETS.
  43.  The code was tested under Borland C++ v3.0, but will also compile under
  44. Microsoft C v6.0 (although it was not fully tested under Microsoft C).
  45.  
  46. Release notes:
  47.  
  48. 6-24-92 Fixed bug in how CAPIT handled capturing to LPT2 or LPT3
  49. 3-25-92 Initial release
  50.  
  51.