home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / babys203.zip / SP3SPDSP.DOC < prev    next >
Text File  |  1994-08-31  |  4KB  |  104 lines

  1.                                  BabySpool
  2.                                   v 2.03
  3.  _______________________________________________________________________________
  4.                                                  _______
  5.  (c) Copyright  1993                        ____|__     |               (tm)
  6.  Budget Software Company                 --|       |    |-------------------
  7.  P. O. Box 621534                          |   ____|__  |  Association of
  8.  Littleton CO 80162                        |  |       |_|  Shareware
  9.                                            |__|   o   |    Professionals
  10.  Phone:                                  -----|   |   |---------------------
  11.     Voice: (303) 932-1705                     |___|___|    MEMBER
  12.     FAX  : (303) 932-0336
  13.     BBS  : (303) 932-0440
  14.  CompuServe:  70033,643                 Registration:  US$ 22.00
  15.  _______________________________________________________________________________
  16.  
  17.                                ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  18.                                ▌ SP3SPDSP.EXE ▐
  19.                                ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  20.  
  21.    Initiating into memory
  22.    ----------------------
  23.  
  24.    Key  SP3SPDSP  [/pn: [dir=<dirspec>\] [keepfiles=y,n] [bios=y,n] [/buff=01,,,64]
  25.  
  26.      where:
  27.             p = L or C  (for an LPT or a COM port)
  28.             n = the port number ... 1, 2, 3, or 4
  29.             <dirspec> is the directory where workfiles are kept.  You
  30.                       must include the trailing \.
  31.             keepfiles = y or n, depending on whether the file being printed
  32.                         should be deleted after printing.  WARNING: if
  33.                         you desigate keepfiles=n, then the file will
  34.                         be deleted after printing.  This is a good way
  35.                         to lose important files!
  36.  
  37.  
  38.             bios = y or n, depending on whether or not the BIOS should be
  39.                    used as the mechanism for printing.
  40.  
  41.             /buff=xx, where xx is a number from 01 to 64.  This represents
  42.                    the number of kilobytes of ram to reserve as a buffer.
  43.                    Increasing this number may result in faster spooling;
  44.                    but the offset to this benefit is that the program
  45.                    will take up more memory.  If you find that data is
  46.                    being truncated, then increase this value until you
  47.                    find a setting where the problem goes away.
  48.  
  49.      Example:
  50.  
  51.            SP3DSP /L1: dir=c:\spool\ bios=y
  52.  
  53.      Defaults:
  54.  
  55.            Port = LPT1.
  56.            Directory =  C:\DS4\SPOOL\L1
  57.                                   or L2
  58.                                   or L3, etc, depending on which
  59.                                               port you have designted.
  60.            keepfiles=y
  61.            bios=n
  62.            buff=02
  63.  
  64.    Usage
  65.    -----
  66.  
  67.    Data sent to the port indicated above will automatically be intercepted
  68.    and re-routed to a disk file.  When the application creating the print
  69.    data terminates, or after 4 seconds have transpired without any data
  70.    being sent to the port, then the SPOOLER will automatically enqueue
  71.    the spooled file to the DESPOOLER for background printing.
  72.  
  73.    You may also enqueue a file for background printing via INT 64h
  74.    as follows:
  75.  
  76.      ∙ AH = 0e4h
  77.      ∙ AL = 2
  78.      ∙ ES:BX points to file ASCIIZ.
  79.      ∙ CL - designates port:
  80.           1 = COM1
  81.           2 = COM2
  82.           3 = COM3
  83.           4 = COM4
  84.           5 = LPT1
  85.           6 = LPT2
  86.           7 = LPT3
  87.           8 = LPT4
  88.  
  89.    Lastly you can cause a file to be enqueued by using the program SP3PRT.COM
  90.    that has been included.  Key SP3PRT <filespec> [port].
  91.    If you don't include the port, then the default is LPT1.
  92.    Example:  SP3PRT c:\123\myfile.prn LPT2.
  93.    Note:  You should include the full drive and path to the file name; and
  94.           there is a limitation of 32 characters altogether.  You may
  95.           utilize default path and/or drive names, but SP3PRT will attempt
  96.           to construct the full path, and may fail if the result is more
  97.           than 32 characters.
  98.  
  99.    Removing from memory
  100.    --------------------
  101.  
  102.    You can remove SP3SPDSP from memory by keying SP3SPDSP /T.
  103.  
  104.