home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / babys203.zip / SP3DSP.DOC < prev    next >
Text File  |  1994-08-31  |  3KB  |  89 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.                                ▌ SP3DSP.EXE  ▐
  19.                                ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  20.  
  21.    Initiating into memory
  22.    ----------------------
  23.  
  24.    Key  SP3DSP  [/pn: [dir=<dirspec>\] [keepfiles=y,n] [bios=y,n]
  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.             bios = y or n, depending on whether or not the BIOS should be
  37.                    used as the mechanism for printing.
  38.  
  39.      Example:
  40.  
  41.            SP3DSP /L1: dir=c:\spool\ bios=y
  42.  
  43.      Defaults:
  44.  
  45.            Port = LPT1.
  46.            Directory =  C:\DS4\SPOOL\L1
  47.                                   or L2
  48.                                   or L3, etc, depending on which
  49.                                               port you have designted.
  50.            keepfiles=y
  51.            bios=n
  52.  
  53.    Usage
  54.    -----
  55.  
  56.    To enqueue a file for background printing, issue an INT 64h with registers
  57.    set as follows:
  58.  
  59.      ∙ AH = 0e4h
  60.      ∙ AL = 2
  61.      ∙ ES:BX points to file ASCIIZ.
  62.      ∙ CL - designates port:
  63.           1 = COM1
  64.           2 = COM2
  65.           3 = COM3
  66.           4 = COM4
  67.           5 = LPT1
  68.           6 = LPT2
  69.           7 = LPT3
  70.           8 = LPT4
  71.  
  72.    You can cause a file to be enqueued by using the program SP3PRT.COM
  73.    that has been included.  Key SP3PRT <filespec> [port].
  74.    If you don't include the port, then the default is LPT1.
  75.    Example:  SP3PRT c:\123\myfile.prn LPT2.
  76.    Note:  You should include the full drive and path to the file name; and
  77.           there is a limitation of 32 characters altogether.  You may
  78.           utilize default path and/or drive names, but SP3PRT will attempt
  79.           to construct the full path, and may fail if the result is more
  80.           than 32 characters.
  81.  
  82.  
  83.  
  84.    Removing from memory
  85.    --------------------
  86.  
  87.    You can remove SP3DSP from memory by keying SP3DSP /T.
  88.  
  89.