home *** CD-ROM | disk | FTP | other *** search
/ Windoware / WINDOWARE_1_6.iso / fonts / supfnt1 / utility.exe / DOWNLOAD.DOC < prev    next >
Text File  |  1991-08-27  |  16KB  |  405 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.                                  D O W N L O A D
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.                                    Version 1.9
  21.  
  22.  
  23.  
  24.  
  25.  
  26.                   Copyright 1987 - 1991 by Elfring Soft Fonts
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.                                 TABLE OF CONTENTS
  36.  
  37.  
  38.         SUMMARY....................................................... 1
  39.  
  40.  
  41.  
  42.  
  43.         REQUIREMENTS.................................................. 1
  44.  
  45.  
  46.  
  47.  
  48.         FONT CHARACTERISTICS.......................................... 1
  49.  
  50.  
  51.  
  52.  
  53.         RUNNING DOWNLOAD.............................................. 2
  54.  
  55.  
  56.  
  57.  
  58.         HISTORY....................................................... 5
  59.  
  60.  
  61.  
  62.  
  63.         LICENSE....................................................... 6
  64.  
  65.  
  66.  
  67.         WARRANTY...................................................... 6
  68.  
  69.                      Downloading Soft Fonts To A LaserJet
  70.  
  71.  
  72.  
  73.                                      SUMMARY
  74.         
  75.         DOWNLOAD.EXE is an IBM PC utility program that manages the pro-
  76.         cess of downloading soft fonts to a DeskJet, LaserJet, or compat-
  77.         ible printer. DOWNLOAD can also select fonts as they are being sent 
  78.         making them either the primary or secondary font.  DOWNLOAD can 
  79.         send a font, or group of fonts, through the standard MS-DOS par-
  80.         allel printer devices to your printer. You have optional control 
  81.         over the soft font ID number, whether the font is permanent or 
  82.         temporary, and whether it is a primary or secondary font.  A list 
  83.         of fonts may be sent to the printer by specifying the individual 
  84.         font names in an ASCII text file.
  85.  
  86.  
  87.                                   REQUIREMENTS
  88.         
  89.         DOWNLOAD requires a minimum of 128K of memory, an HP LaserJet, 
  90.         HP DeskJet, or compatible laser printer, and a parallel port to 
  91.         talk to the printer.  Parallel printer ports LPT1:, LPT2:, & LPT3: 
  92.         are supported by the program.  Parallel port communication is 
  93.         significantly faster than serial.
  94.  
  95.  
  96.  
  97.                               FONT CHARACTERISTICS
  98.         
  99.         All soft fonts have three characteristics associated with them.  
  100.         Each font must have a unique ID number assigned to it.  This lets 
  101.         you select a soft font through software or the front panel of the 
  102.         printer. Each font must be defined as either temporary or perman-
  103.         ent.  Temporary fonts are deleted whenever the LaserJet is reset 
  104.         and are thus not very useful since most software that controls 
  105.         the LaserJet sends a reset command out first, (deleting all temp-
  106.         orary fonts).  Finally, a font may be defined as either primary 
  107.         or secondary.  (Note that only one primary and one secondary font 
  108.         can exist at one time and you don not have to have a primary or 
  109.         secondary font.)  The LaserJet lets you switch between primary 
  110.         and secondary fonts with simple control characters.  Control-N 
  111.         selects the secondary font, while control-O selects the primary 
  112.         font.  Embedding these characters in your text file will let you 
  113.         switch between fonts. You can, of course, always select a font
  114.         based on soft font metrics, (point size, symbol set, style, weight, 
  115.         spacing, orientation, etc.)
  116.  
  117.         The DOWNLOAD program is designed to send soft fonts to the laser 
  118.         printer and to help you manage all these font characteristics.  
  119.         You can select the font ID number, and font status at the same 
  120.         time that you download the font.  You can also make batch files 
  121.  
  122.  
  123.                                    1
  124.  
  125.                      Downloading Soft Fonts To A LaserJet
  126.  
  127.  
  128.         to manage the process of sending a number of soft fonts to your 
  129.         printer at one time.
  130.  
  131.  
  132.                                 RUNNING DOWNLOAD
  133.         
  134.         DOWNLOAD is easy to use.  The only thing you need to remember is 
  135.         that DOWNLOAD will automatically prompt you with a brief descrip-
  136.         tion of how to use it if you want it to.  Simply type DOWNLOAD 
  137.         followed by a carriage return.  The program will print a short 
  138.         explanation of its operation and options as shown below:
  139.  
  140.  
  141.         ┌───────────────────────────────────────────────────────────────┐
  142.         │Send soft fonts to a LaserJet or compatible printer, V1.9      │
  143.         │Copyright 1986 - 1989 by Elfring Soft Fonts                    │
  144.         │                                                               │
  145.         │Use --> download fontname [device ID -options]                 │
  146.         │                                                               │
  147.         │  where: everything the between '[]'s is optional and...       │
  148.         │                                                               │
  149.         │   fontname = the name of the font to download or the name of  │
  150.         │              a list of fonts to download preceded by an '@'   │
  151.         │              character                                        │
  152.         │   device   = LPT1, LPT2, or LPT3                              │
  153.         │   ID       = starting ID number to assign font to (0 - 32767) │
  154.         │   options  = T to make font temporary, P to make font primary,│
  155.         │              S to make font secondary, or Q for quiet operat, │
  156.         │              D delete all fonts in printer before downloading,│
  157.         │              R reset the printer before downloading,          │
  158.         │              or I ignore printer status check- very fast/clone│
  159.         │                                                               │
  160.         │When optional arguments are not present, download defaults to: │
  161.         │LPT1, ID = 0, permanent font, and font is NOT selected.        │
  162.         │For example:                                                   │
  163.         │                                                               │
  164.         │download he100rpn.usp lpt1: 5 -tp                              │
  165.         │download @font.lst -q                                          │
  166.         │download od300rpn.usp 1000 -sq LPT2                            │
  167.         └───────────────────────────────────────────────────────────────┘
  168.         
  169.         To run DOWNLOAD you MUST specify either the name of the soft font 
  170.         to send to your printer, or the name of a disk file that contains 
  171.         a list of soft fonts to send to the printer.  You can optionally 
  172.         specify the device to send the file to, LPT1, LPT2, or LPT3.  In 
  173.         addition, you can optionally control the three font attributes, 
  174.         (ID number, permanent/temporary, primary/secondary), specified 
  175.         above.  To invoke DOWNLOAD type:
  176.  
  177.         download yourfont [port ID# -options]
  178.         
  179.                                    2
  180.  
  181.                      Downloading Soft Fonts To A LaserJet
  182.  
  183.  
  184.         All items between the "[" and "]" characters are optional.  This 
  185.         means you do not have to include them.  Note that the "[" and "]" 
  186.         characters are not actually used in a command.  Also note that 
  187.         these optional items can be specified in any order.
  188.  
  189.         So, to download a Times-Roman 24 point bold font you would enter:
  190.  
  191.         download tr240bpn.usp
  192.         
  193.         The DOWNLOAD program will find that file, (if it doesn't exist 
  194.         DOWNLOAD will let you know), and defaults to: printer port LPT1, 
  195.         soft font ID 0, and permanent status.  The font will not be sel-
  196.         ected as either primary or secondary.  The screen will look as 
  197.         follows:
  198.  
  199.         ┌───────────────────────────────────────────────────────────────┐
  200.         │Send soft fonts to a LaserJet or compatible printer, V1.9      │
  201.         │Copyright 1986 - 1991 by Elfring Soft Fonts                    │
  202.         │Sending font tr240bpn.usp with ID 0, 12427 bytes               │
  203.         │Sent 1 file, with a total of 12427 bytes.                      │
  204.         └───────────────────────────────────────────────────────────────┘
  205.         
  206.         A more complicated command might involve using a different print-
  207.         er port and assigning a soft font ID number.  For example:
  208.  
  209.         download tr100bpn.usp 1000 lpt2 -s
  210.         
  211.         sends the bold faced Times-Roman font to the LaserJet via LPT2: 
  212.         and assigns it font ID 1000, permanent and secondary status.  The 
  213.         secondary status lets you select this font in a document by em-
  214.         bedding a control-N, (you can change back to your primary font 
  215.         with a control-O).
  216.  
  217.         Two other options "D" and "R" give you control over your laser print-
  218.         er operation. The "D" option tells DOWNLOAD to delete all soft fonts
  219.         in the printer before sending new ones. The "R" option instructs the
  220.         program to reset your printer before downloading. So to send a font 
  221.         to your laser and reset it and revove any other fonts your would type:
  222.  
  223.         download bh100rpn.usp 5 -rd
  224.  
  225.         The last option to discuss is the "I" or ignore option. DOWNLOAD always
  226.         checks the parallel printer port status before sending soft fonts. If
  227.         you own a not-so-compatible clone the status returned might not match
  228.         what DOWNLOAD expects. OR, if you have a VERY fast 386 computer, your
  229.         machine may so out speed your printer that DOWNLOAD will think the 
  230.         printer is off line or out of paper. Use the "I" option to tell DOWN-
  231.         LOAD to ignore printer status as follows:
  232.  
  233.         download hv100rpn.usp -i        
  234.  
  235.                                    3
  236.  
  237.                      Downloading Soft Fonts To A LaserJet
  238.  
  239.  
  240.         Finally, DOWNLOAD is capable of using a list of file names creat-
  241.         ed with any ASCII text editor.  To do this type:
  242.  
  243.         download @fonts.lst 10 
  244.         
  245.         This instructs the program to find the disk file "fonts.lst".  
  246.         This file is assumed to contain a list of font file names to send 
  247.         to the LaserJet.  All files will be sent in the order they appear 
  248.         in the list.  For example, if the file "fonts.lst" looks as fol-
  249.         lows:
  250.  
  251.         he100rpn.usp
  252.         he100bpn.usp
  253.         he100ipn.usp
  254.         he180bpn.usp
  255.         he300bpn.usp
  256.         
  257.         then the command "download @fonts.lst 10" will load all five fonts 
  258.         to your LaserJet through LPT1.  The "he100rpn.usp" font will be 
  259.         assigned font ID 10 and loaded first.  Font "he100bpn.usp" will 
  260.         be loaded next with font ID 11.  This process will continue sequen-
  261.         tially until font "he300bpn.usp" is sent to the printer as font 
  262.         ID 14.  All fonts will be assigned permanent status.  The screen 
  263.         will look as follows after the downloading 
  264.         process is finished:
  265.  
  266.         ┌───────────────────────────────────────────────────────────────┐
  267.         │Send soft fonts to a LaserJet or compatible printer, V1.9      │
  268.         │Copyright 1986 - 1991 by Elfring Soft Fonts                    │
  269.         │Sending font he100rpn.usp with ID 0, 12427 bytes               │
  270.         │Sending font he100bpn.usp with ID 1, 18834 bytes               │
  271.         │Sending font he100ipn.usp with ID 2, 33754 bytes               │
  272.         │Sending font he180bpn.usp with ID 3, 48531 bytes               │
  273.         │Sending font he300bpn.usp with ID 4, 68929 bytes               │
  274.         │Sent 5 files, with a total of 133944 bytes.                    │
  275.         └───────────────────────────────────────────────────────────────┘
  276.         
  277.         For a more detailed explanation of soft font ID numbers, and font 
  278.         status see your LaserJet user's manual OR our Soft Font Manual.
  279.  
  280.         Finally, the "quiet" option lets you disable much of the screen 
  281.         output from DOWNLOAD.  This is particularly useful with batch 
  282.         files since you are probably not interested in file statistics 
  283.         when downloading a batch of files.  To use the quiet option you 
  284.         would type:
  285.  
  286.         download @batch.lst 1000 -qt
  287.         
  288.         This would result in the following display:
  289.         
  290.  
  291.                                    5
  292.  
  293.                      Downloading Soft Fonts To A LaserJet
  294.  
  295.  
  296.         ┌───────────────────────────────────────────────────────────────┐
  297.         │Send soft fonts to a LaserJet or compatible printer, V1.9      │
  298.         │Copyright 1986, 1987, 1988, 1989 by Elfring Soft Fonts         │
  299.         └───────────────────────────────────────────────────────────────┘
  300.         
  301.         Note that the "-t" option used above would give all soft fonts 
  302.         listed above "temporary" status.  They would automatically be 
  303.         erased after the first reset command is sent the the laser 
  304.         printer.
  305.  
  306.  
  307.                                      HISTORY
  308.  
  309.         V1.9 Optional delete all soft fonts prior to sending new ones.
  310.              Check printer status prior to sending fonts. Optimized for
  311.              size and speed. Ignore printer status.
  312.  
  313.         V1.7 Shareware release of download.
  314.  
  315.  
  316.         V1.6 Optimized download with archive support. Distributed only
  317.              on LaserJet utility disk.
  318.         
  319.         V1.4 This version adds archive storage of soft fonts.  Fonts must 
  320.              be unarchived using the public domain program PKXARC.  Addi-
  321.              tional documentation and examples included with program.
  322.  
  323.         V1.3 Created as public domain release version of program.  Im-
  324.              proved command structure, as per commercial version 1.2.  
  325.              Batch files and archiving suppressed.
  326.  
  327.         V1.2 Commercial version.  Much improved command structure imple-
  328.              mented.  Variable number of arguments now possible, along 
  329.              with better control of them.  Fixed selection problem that 
  330.              bothered some laser printres that emulate the HP.
  331.  
  332.         V1.0 Original public domain version of the program.  
  333.  
  334.  
  335.                                      LICENSE
  336.         
  337.         This program is protected by United States Copyright Law and by 
  338.         International Treaty provisions.  This license grants you the 
  339.         right to use this program just as if it were a book.  You may 
  340.         make archival backup copies of this program, transfer the program 
  341.         between machines, or transfer this program to another person.  
  342.         However, just like a book, only one copy of this program may be 
  343.         run at any time.
  344.  
  345.          
  346.  
  347.                                    6
  348.  
  349.                      Downloading Soft Fonts To A LaserJet
  350.  
  351.  
  352.                                     WARRANTY
  353.         
  354.         Elfring Soft Fonts warrants the physical disk this program is 
  355.         distributed on and the physical documentation that comes with the 
  356.         program to be free of substantial defects in materials or workman-
  357.         ship for a period of 30 days from date of purchase.  This warran-
  358.         ty is void if the program is modified in any way.  If you notify 
  359.         us, in writing, of a defect in materials during this warranty 
  360.         period we will replace the defective disk or documentation.  The 
  361.         only remedy for breach of warranty will be replacement, and shall 
  362.         not encompass any other damages.  Governing law shall be that of 
  363.         the State of Illinois.
  364.  
  365.         Elfring Soft Fonts specifically disclaims all other warranties, 
  366.         expressed or implied, including but not limited to implied warran-
  367.         ties of merchantability and fitness for a particular purpose with 
  368.         respect to the disk or documentation, and the program License 
  369.         granted herein.  In no event shall Elfring Soft Fonts be liable 
  370.         for any loss of profit or any other commercial damage, including 
  371.         but not limited to special, incidental, consequential, or other 
  372.         damages.
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403.                                    7
  404.  
  405.