home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / babys203.zip / SP3DSPMN.DOC < prev    next >
Text File  |  1994-08-31  |  4KB  |  97 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.                                ▌ SP3DSPMN.EXE ▐
  19.                                ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  20.  
  21.    Initiating into memory
  22.    ----------------------
  23.  
  24.    Key  SP3DSPMN  [/pn: [dir=<filespec>] [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.             <filespec> is the full drive, directory, and file skeleton that
  30.                        you want to monitor.
  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.            SP3DSPMN /L1: dir=c:\spool\*.prn bios=y
  42.  
  43.      Defaults:
  44.  
  45.            Port = LPT1.
  46.            Directory =  C:\DS4\SPOOL\L1\*.spl
  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.    Any file that appears in the directory designated above, and that meets
  57.    the designated file skeleton will be renamed by the Monitor to a unique
  58.    name, and then enqueued automatically for background printing.  Using the
  59.    Monitor feature is an excellent way to enable network printing.  You
  60.    specify a unique drive, directory and filespec skeleton (*.* is okay, too)
  61.    for each printer on your network, and then startup a copy of SP3DSPMN on
  62.    each machine where a printer resides.
  63.  
  64.    You may enqueue a file for background printing by issuing an INT 64h with
  65.    registers set as follows:
  66.  
  67.      ∙ AH = 0e4h
  68.      ∙ AL = 2
  69.      ∙ ES:BX points to file ASCIIZ.
  70.      ∙ CL - designates port:
  71.           1 = COM1
  72.           2 = COM2
  73.           3 = COM3
  74.           4 = COM4
  75.           5 = LPT1
  76.           6 = LPT2
  77.           7 = LPT3
  78.           8 = LPT4
  79.  
  80.    You can cause a file to be enqueued by using the program SP3PRT.COM
  81.    that has been included.  Key SP3PRT <filespec> [port].
  82.    If you don't include the port, then the default is LPT1.
  83.    Example:  SP3PRT c:\123\myfile.prn LPT2.
  84.    Note:  You should include the full drive and path to the file name; and
  85.           there is a limitation of 32 characters altogether.  You may
  86.           utilize default path and/or drive names, but SP3PRT will attempt
  87.           to construct the full path, and may fail if the result is more
  88.           than 32 characters.
  89.  
  90.  
  91.  
  92.    Removing from memory
  93.    --------------------
  94.  
  95.    You can remove SP3DSPMN from memory by keying SP3DSPMN /T.
  96.  
  97.