home *** CD-ROM | disk | FTP | other *** search
/ World of Graphics / WOGRAPH.BIN / 662.DOWNLOAD.DOC < prev    next >
Text File  |  1992-01-27  |  5KB  |  116 lines

  1.                                                               January 27, 1992
  2.  
  3.                            DOWNLOAD Version 1.1
  4.                             UNLOAD Version 1.1
  5.  
  6.        (C) Copyright 1989, 1992 by TaxWare, PO Box 2014, Provo, UT  84603
  7.                            All rights reserved
  8.  
  9.                             ┌─────────┐
  10.                       ┌─────┴───┐     │               (R)
  11.                     ──│         │o    │──────────────────
  12.                       │   ┌─────┴╨──┐ │  Association of
  13.                       │   │         │─┘  Shareware
  14.                       └───│    o    │    Professionals
  15.                     ──────│    ║    │────────────────────
  16.                           └────╨────┘    MEMBER
  17.  
  18. Overview
  19.  
  20.     DOWNLOAD and UNLOAD are utilities used to download and unload soft fonts
  21. and graphic macros to/from the printer memory of HP LaserJet (and compatible) 
  22. printers.  DOWNLOAD and UNLOAD are generally included as supplemental utilities 
  23. with other shareware and commercial software from TaxWare.
  24.  
  25. ***************************** DOWNLOAD ****************************************
  26.  
  27. DOWNLOADing a soft font file or graphic macro to the printer's memory allows
  28. you to access the same from within your software.  Refer to your printer manual
  29. or software reference manual to determine how to access downloaded fonts and 
  30. macros from within your software.
  31.  
  32. Usage
  33.  
  34. Type DOWNLOAD or UNLOAD at the DOS prompt to receive usage help for either
  35. utility.  For DOWNLOAD, the following screen (or a similar screen) will appear:
  36.  
  37.   DOWNLOAD Version 1.1 - Downloader For HP Soft Fonts And Macros
  38.   (C) Copyright TaxWare 1989, 1991.  All Rights Reserved.
  39.  
  40.   Usage: DOWNLOAD macroFile /M# [/O] [/L] [/C] [/P or /T] [/1 or /2 or /3]
  41.          DOWNLOAD fontFile /I# [/P or /T] [/1 or /2 or /3]
  42.  
  43.   Brackets [] indicate optional parameters
  44.   macroFile - file containing the macro escape sequences
  45.   fontFile - soft font file to be downloaded
  46.   /I# is a font ID you must assign to the font (ex: /I85)
  47.   /M# is a macro ID you must assign to the macro (ex: /M31)
  48.   /O print macro on every page
  49.   /L download macro for landscape (envelope) printing
  50.   /C restore printer cursor to its pre-macro position
  51.   /P or /T font or macro status (Permanent (default) or Temporary)
  52.   /1, /2 or /3 is the printer number (1 = LPT1, and so on); default is /1
  53.  
  54. Examples
  55.  
  56. The following example downloads the soft font file HV140RPN.SFP with a font ID 
  57. of 25 to printer LPT1 and with a permanent status.
  58.  
  59.     >DOWNLOAD HV140RPN.SFP /I25 /P /1
  60.     
  61. Because the status defaults to "Permanent" and the printer defaults to LPT1, 
  62. the following example will yield the same results as the first example.
  63.  
  64.     >DOWNLOAD HV140RPN.SFP /I25
  65.  
  66. The following examples download the graphic macro file LOGO.PCL with a macro ID
  67. of 1 and Permanent status to the printer LPT1.  The macro can then be accessed 
  68. as your software permits.
  69.  
  70.     >DOWNLOAD LOGO.PCL /M1 /P /1
  71.     >DOWNLOAD LOGO.PCL /M1 /1
  72.     >DOWNLOAD LOGO.PCL /M1 /P
  73.     >DOWNLOAD LOGO.PCL /M1
  74.  
  75. You can also download a graphic macro as a macro overlay by using the /O option
  76. as in the following example.  This means that the macro will print in the same
  77. place on every page until it is unloaded (if Permanent status), or until the
  78. printer is reset (if Temporary status).  It is not recommended that you use the
  79. overlay option unless you have a thorough understanding of what you are doing.
  80.  
  81.     >DOWNLOAD LOGO.PCL /M1 /O
  82.  
  83. ******************************* UNLOAD ****************************************
  84.  
  85. UNLOADing a font or a graphic macro from the printer memory frees the memory
  86. taken up by the font or the graphic macro.  Fonts and graphic macros which you
  87. have downloaded should be unloaded from the printers memory when you no longer
  88. need them, thus allowing the printer memory to be utilized for other work.
  89.  
  90. Usage
  91.  
  92. For UNLOAD, the following screen (or a similar screen) will appear:
  93.  
  94.   Usage: UNLOAD /M# [/1 or /2 or /3]
  95.          UNLOAD /I# [/1 or /2 or /3]
  96.  
  97.   Brackets [] indicate optional parameters
  98.   inputFile is the name of a file containing download information
  99.   /M# unloads the macro with the assigned macro ID #
  100.   /I# unloads the font with the assigned font ID #
  101.   /1, /2 or /3 is the printer number (1 = LPT1, and so on); default is /1
  102.  
  103. Examples
  104.  
  105. The following example unloads the graphic macro with an ID of 31 from the 
  106. printer's memory.  The graphic macro may or may not have been downloaded as
  107. an "overlay" macro.
  108.  
  109.     >UNLOAD /M31
  110.  
  111. The following example unloads the soft font having a font ID of 6 from the
  112. printer's memory.
  113.  
  114.     >UNLOAD /I6
  115.  
  116.