home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / lan / spoolit / spoolcnt.doc < prev    next >
Text File  |  1986-08-27  |  3KB  |  98 lines

  1.                        Novell Spool Controller
  2.                        ====== ===== ==========
  3.  
  4. This program is copyrighted by Mike Wixon, 1986.  The routines used are
  5. included for your reference.  The entire source to the program can not
  6. be released as it contains some routines from the Turbo Power Tools Plus
  7. by Blaise Computing.
  8.  
  9.  
  10. Shareware:
  11.  
  12. The memory resident spool utility is distributed using the shareware concept.
  13. If you or your company use the utility I ask that you send me a $15.00 per
  14. server donation.  This fee will allow you to obtain updates and enhancments
  15. as they are devloped.  Please send the donation to:
  16.  
  17.                  Mike Wixon
  18.                  608 Greenwood Ave.
  19.                  Maple Shade, NJ 08052
  20.  
  21.  
  22.  
  23. The utilities:
  24.  
  25. The main utility included in this package is the Spoolit.com file.  This
  26. is a memory resident program that works in conjunction with the Novell
  27. Netware operating system.  Once loaded, the program is invoked by hitting
  28. the Alt-S keys together.  This action will display a menu of options.
  29. The first four options pertain to the system LST: catch spooler.  These
  30. options are self explanitory except for cancel queue.  Cancel queue
  31. will cancel any input that has been intercepted so far from LPT1: and
  32. ALSO stop the spool catch.
  33.  
  34. The last option allows you to do the equivlent of a Netware NPRINT command
  35. from within an application.  When you select this option it will open a
  36. second window, allowing you to enter a file name to print.  The system
  37. uses the spool existing file NETWARE call to perform this.
  38.  
  39.  
  40. Include files:
  41.  
  42. Two include files are also contained within this ARC.  These are the two
  43. routines I wrote to control spooling activities.  The first, SPOOLCNT.INC
  44. will control the LST: catch spooler.  You pass it an interger value as
  45. follows.
  46.  
  47.        0 = Start spool
  48.        1 = Stop spool
  49.        2 = Cancel spool
  50.        3 = Release spool without stopping.*
  51.  
  52. * This call is not compataible with any Netware version under 2.0.  See note
  53. below for fix.
  54.  
  55. The Second include file is SPOOLOUT.INC which accepts a file name as a sting
  56. and performs the network "print existing file".
  57.  
  58.  
  59.  
  60. NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE
  61.  
  62.                        Netware users below ver 2.0
  63.  
  64. Some functions of the spoolit.com utility will not work with your system
  65. This can be readly fixed however with a function call change.  To obtain
  66. this version send $20.00 instead of $15.00 to cover the cost of a diskette
  67. and shipping.
  68.  
  69.  
  70.  
  71.  
  72.  
  73. Please send any bug reports or comments to the above address or to
  74. EasyPlex #76656,1452.
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.