home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / PRINTING / LASUPC.ZIP / LASUPC.DOC next >
Text File  |  1992-08-18  |  7KB  |  188 lines

  1.  
  2.  
  3.  
  4.                               D o c u m e n t a t i o n
  5.  
  6.                                         f o r
  7.  
  8.                                 L   A   S   U   P   C
  9.  
  10.                       S h a r e w a r e   V e r s i o n   1 . 0
  11.  
  12.         ======================================================================
  13.  
  14.                     Copyright (C) 1992 by R.J. Matter & Associates
  15.                                  All Rights Reserved
  16.  
  17.                            L I M I T E D   W A R R A N T Y 
  18.  
  19.         THIS PROGRAM AND DOCUMENTATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  20.         ANY KIND, EITHER EXPRESSED  OR IMPLIED, INCLUDING, BUT NOT  LIMITED TO
  21.         THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  22.         PURPOSE.  THE ENTIRE RISK  AS TO THE  QUALITY AND  PERFORMANCE OF THIS
  23.         PROGRAM  AND  DOCUMENTATION  IS  WITH  YOU.  SHOULD  THIS  PROGRAM  OR
  24.         DOCUMENTATION PROVE  DEFECTIVE, YOU  (NOT THE AUTHOR,  DISTRIBUTOR, OR
  25.         DEALER)  ASSUME THE ENTIRE COST OF ALL NECESSARY SERVICING, REPAIR, OR
  26.         CORRECTION. IN NO  EVENT WILL  THE AUTHOR, DISTRIBUTOR,  OR DEALER  BE
  27.         LIABLE  TO YOU  FOR  ANY DAMAGES,  INCLUDING  ANY LOST  PROFITS,  LOST
  28.         SAVINGS, OR OTHER INCIDENTAL  OR CONSEQUENTIAL DAMAGES ARISING  OUT OF
  29.         THE USE OR INABILITY TO USE  THIS PROGRAM OR DOCUMENTATION EVEN IF THE
  30.         AUTHOR,  DISTRIBUTOR, OR DEALER HAS BEEN ADVISED OF THE POSSIBILITY OF
  31.         SUCH DAMAGES, OR FOR ANY CLAIM BY ANY OTHER PARTY.
  32.  
  33.         ======================================================================
  34.  
  35.  
  36.                                           by
  37.  
  38.                                    Robert J. Matter
  39.  
  40.                                     P.O. BOX 9042
  41.  
  42.                                   Highland, IN 46322
  43.  
  44.  
  45.                                 Voice: (219) 845-5247
  46.  
  47.  
  48.                                         E-MAIL
  49.  
  50.                                    GEnie: R.Matter
  51.  
  52.                                 CompuServe: 71021,2654
  53.  
  54.                              America On-Line: Robert7063
  55.  
  56.                          Internet: 71021.2654@compuserve.com
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                           1
  64.  
  65.  
  66.                                                                     LASUPC 1.0
  67.  
  68.  
  69.                                 D E S C R I P T I O N
  70.  
  71.         LASUPC enables HP  compatible laser  printers to print  UPC version  A
  72.         barcodes on Avery #5260 Laser Printer  Labels. The labels measure 1" H
  73.         x 2-5/8" W and are  3 labels across by 10 down (30  labels per sheet).
  74.         An  optional 21 character description is printed above the barcode and
  75.         the human readable code is printed below the barcode.
  76.  
  77.                                  D I R E C T I O N S
  78.  
  79.         1.   Type LASUPC and press <Enter> to start the program.
  80.  
  81.         2.   Enter an  optional description  (21 characters maximum)  to print
  82.              above the barcode and press <Enter>. Letters, numbers and special
  83.              characters may be entered.
  84.  
  85.         3.   Type or scan an existing UPC-A code at the prompt (11 digits) and
  86.              press Enter.
  87.  
  88.              Numbering System Character  -  1 digit
  89.              Manufacturer I.D. Number    -  5 digits
  90.              Item Code                   -  5 digits
  91.  
  92.              The Uniform  Code Council assigns the  Numbering System Character
  93.              and the  Manufacturer I.D.  Number. The manufacturer  creates the
  94.              Item  Code.  A  checkdigit  is  calculated  and  printed  by  the
  95.              software.  The Numbering  System  Character  and  Checkdigit  are
  96.              printed half-size.
  97.  
  98.         4.   Enter the NUMBER  OF ROWS of labels  to print and  press <Enter>.
  99.              There  are 3 labels per row so  the minimum number of labels that
  100.              can be printed is 3 (1 row).
  101.  
  102.         5.   LASUPC then sends the appropriate printer control codes to a file
  103.              named  LASUPC.TMP in  the current  directory and  prompts you  to
  104.              enter more label data (Y/N). The default is "Y", press <Enter> to
  105.              accept  or any  other key  plus <Enter>  to terminate  label data
  106.              entry and close the LASUPC.TMP file.
  107.  
  108.         6.   The next prompt is for a printer port to print to. The default is
  109.              LPT1, press <Enter> to accept LPT1  or type any other valid  port
  110.              name  and press <Enter>.  The program will  then commence sending
  111.              the label data in LASUPC.TMP to the specified port.
  112.  
  113.              If  you do  not  want  to  print  immediately,  press  Ctrl-C  to
  114.              terminate  the program (hold down  the Control key  and press the
  115.              "C"  key). In  any case,  the LASUPC.TMP  file that  contains the
  116.              label data is intact and  can be printed at a later time from the
  117.              system prompt or can be copied to another  disk for transport. In
  118.              DOS,  the PRINT  or  COPY  commands  can be  used  to  print  the
  119.              LAS39C.TMP file later. Example:
  120.  
  121.                             C:\> PRINT LASUPC.TMP <Enter>
  122.  
  123.                                           or
  124.  
  125.                                           2
  126.  
  127.  
  128.                                                                     LASUPC 1.0
  129.  
  130.  
  131.                           C:\> COPY LASUPC.TMP LPT1 <Enter>
  132.  
  133.              WARNING: Any  time LASUPC  is restarted, the  existing LASUPC.TMP
  134.              file will be overwritten! Rename the  existing LASUPC.TMP file if
  135.              you wish to save the same data for printing later!
  136.  
  137.         7.   Press Ctrl-C at any time to exit the program.
  138.  
  139.                                R E G I S T R A T I O N
  140.  
  141.         Registered users  receive complete documented  ANSI C source  code for
  142.         LASUPC. Executable programs that you  develop using LASUPC source code
  143.         can be distributed royalty  free. Print LASUPC.FRM for  a registration
  144.         form.
  145.  
  146.         Registered users also receive a batch mode version of LASUPC with ANSI
  147.         C source code that  reads an ASCII text file of  label data and prints
  148.         labels  unattended and a dBASE source code program to create the ASCII
  149.         text file from a dBASE format file.
  150.  
  151.         QuickBASIC, dBASE, and dot-matrix versions of this program with source
  152.         code are  available as are Code  3 of 9 versions.  Call (219) 845-5247
  153.         concerning additional products and custom work.
  154.  
  155.                                D I S T R I B U T I O N
  156.  
  157.         This  software  may  be  distributed   freely  provided  that  it   is
  158.         distributed as  a  complete set  (LASUPC.EXE, LASUPC.DOC,  LASUPC.FRM)
  159.         without  modification and  no  fee is  charged  other than  a  nominal
  160.         handling or duplication fee of $5.00 or less.
  161.  
  162.                                  T R A D E M A R K S
  163.  
  164.         HP is a registered trademark of Hewlett-Packard Company
  165.         Avery is a registered trademark of Avery
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.                                           3
  188.