home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / textedit / vde171a.zip / VINST.REF < prev    next >
Text File  |  1993-10-27  |  42KB  |  699 lines

  1.  
  2.  
  3.                                   VINST.REF
  4.                                   ---------
  5.                   Instructions for VDE Installation Utility:
  6.                           version 1.71 (27 Oct 1993)
  7.  
  8.                              (c)1987-93, E. Meyer
  9.  
  10.  
  11.  
  12. ================================  CONTENTS  ==================================
  13.  
  14.  
  15.  1. RUNNING VINST.  What VINST is, and how to use it.
  16.  
  17.  2. INSTALLATION.  Installing for different computer hardware, colors, etc.
  18.  
  19.  3. USER MENUBAR.  Customization of User menu bar.
  20.  
  21.  4. OPTIONS.  Customization of many initial VDE settings.
  22.  
  23.  5. PRINTER INSTALLATION.  Using printer features: print modes, graphics, etc.
  24.  
  25.  6. DEFAULT FUNCTION KEYS.  Installing the default function keys.
  26.  
  27.  7. GRAPHICS.  Modifying the default set of graphics characters.
  28.  
  29.  8. CHARACTER WIDTHS.  Modifying the default set of character widths.
  30.  
  31.  9. RESTORE DEFAULTS.  Undoing previous modifications.
  32.  
  33.  
  34. ===========================  1. RUNNING VINST  ===============================
  35.  
  36.  
  37.      VINST is a utility that lets you modify your copy of the VDE editor:
  38.               * Installing for use on non-standard computers
  39.               * Selecting or customizing a driver for your printer
  40.               * Configuring settings and options to suit your tastes
  41.  
  42.      VDE comes configured for a standard IBM PC; you will need to make some 
  43. changes before using it on a non-PC-compatible computer, or a graphics board 
  44. (like old IBM CGAs) that experiences "snow" (see INSTALLATION).  You will want 
  45. to choose the correct driver for your printer, and may eventually want to make 
  46. some small modifications to it.  And, once you start editing with VDE, you 
  47. will probably discover some of its many settings and options that you would 
  48. like to change.
  49.  
  50.               NOTE: VINST allows VDE to be customized for best 
  51.          performance on a variety of computer hardware.  If you are 
  52.          using equipment (computer, graphics board, printer, etc) 
  53.          which VDE does not work well with, or does not seem to be 
  54.          taking full advantage of, please provide the appropriate 
  55.          technical or programmer's information from your user's 
  56.          manual so that future versions of VDE can support it.
  57.  
  58.      You should begin using VINST soon; once you have made changes to VDE, the 
  59. initial welcome/copyright messages in VDE and VINST will no longer appear.
  60.      Your copies of the program files will be called VDE.EXE and VINST.COM, 
  61. though of course you can rename them (I usually call them V.EXE and VI.COM).  
  62. To run VINST simply type:
  63.               C>vinst                 if your copy is still called "VDE.EXE"
  64.         or    C>vinst V.EXE           if it's called "V.EXE" (or whatever).
  65.  
  66.      Any changes you make while running VINST -- choosing different options, 
  67. reading in data files, etc -- are in memory only.  You can choose "Quit" from 
  68. the main menu and VDE.EXE will remain unchanged.  Only when you choose "Save" 
  69. (or "Restore defaults") does VINST modify the file VDE.EXE.
  70.  
  71.      VINST can also read and write various "auxiliary data files" (type .VDx), 
  72. for user options, macro definitions, graphics, and printer support; see DATA 
  73. FILES.  VDE's ability to load such files allows modifications to these 
  74. features during editing.  In addition, they can make updating to a new version 
  75. of VDE easier: just save your old settings to files with the old VINST, and 
  76. then install them in your new copy of VDE with the new VINST.
  77.      Because installation features change with almost every release, the 
  78. version numbers of VINST and VDE must agree.  Auxiliary data files (.VDx) 
  79. change format less often, and VINST can often read files created by other 
  80. recent versions.  In either case, if VINST can't load an older file, you will 
  81. get a "<Version error>" message, and must re-create the file.
  82.  
  83.      VINST is fully menu-driven; it will present you with a set of categories 
  84. that corresponds to each section below, starting with Installation; within 
  85. each category, each value is named and displayed, giving you the opportunity 
  86. to change it.  The program is largely self-documenting, and steps you through 
  87. each item individually.  The main menu also offers a "Help" option, which 
  88. displays some of the following information on screen to assist you.
  89.  
  90.      VINST uses several types of data entry for different parameters:
  91.   TEXT - Just type in the character(s).
  92.   LOGICAL - Yes/No.  Just type "Y" or "N".
  93.   DECIMAL - Enter a number from 0 to 255.
  94.   HEX - Enter two-digit hexadecimal byte value 00-FF.  (Don't omit lead 0's.)
  95.   BYTE STRING - The value shown in (parentheses) is the length of the current 
  96.                string.  Enter a new series of byte values.  Each may be 
  97.                entered either in HEX, as above, or by pressing the single 
  98.                quote key ['] followed by the appropriate ASCII character.  You 
  99.                can also press ["] to duplicate the existing value.  (To enter 
  100.                an empty string (00), press ^[Enter] or ^J.)
  101.  
  102.      In each case, the current value will display, and then you will be 
  103. prompted for a new one.  (Just press [Enter] to leave the existing setting.)  
  104. VINST can't always check for illegal values; be careful what you enter!
  105.      At most points in VINST, you can press [Esc] to return immediately to the 
  106. Main Menu, or ^C to abort the program.
  107.  
  108.      For the entry of codes in the Printer Installation, you may find the 
  109. following equivalence table for decimal, hexadecimal, and character values 
  110. helpful.
  111.  
  112.                                  ASCII TABLE
  113.           ASCII                                                       ASCII
  114.   Dec Hex Char   Dec Hex Char   Dec Hex Char   Dec Hex Char   Dec Hex Char
  115.   ------------------------------------------------------------------------
  116.     0  00  ^@     26  1A  ^Z     54  36   6     80  50   P    106  6A   j
  117.     1  01  ^A     27  1B ^[ Esc  55  37   7     81  51   Q    107  6B   k
  118.     2  02  ^B     28  1C  ^\     56  38   8     82  52   R    108  6C   l
  119.     3  03  ^C     29  1D  ^]     57  39   9     83  53   S    109  6D   m
  120.     4  04  ^D     30  1E  ^^     58  3A   :     84  54   T    110  6E   n
  121.     5  05  ^E     31  1F  ^_     59  3B   ;     85  55   U    111  6F   o
  122.     6  06  ^F     32  20 space   60  3C   <     86  56   V    112  70   p
  123.     7  07  ^G     33  21   !     61  3D   =     87  57   W    113  71   q
  124.     8  08  ^H     34  22   "     62  3E   >     88  58   X    114  72   r
  125.     9  09  ^I     35  23   #     63  3F   ?     89  59   Y    115  73   s
  126.    10  0A  ^J     36  24   $     64  40   @     90  5A   Z    116  74   t
  127.    11  0B  ^K     37  25   %     65  41   A     91  5B   [    117  75   u
  128.    12  0C  ^L     38  26   &     66  42   B     92  5C   \    118  76   v
  129.    13  0D  ^M     39  27   '     67  43   C     93  5D   ]    119  77   w
  130.    14  0E  ^N     40  28   (     68  44   D     94  5E   ^    120  78   x
  131.    15  0F  ^O     41  29   )     69  45   E     95  5F   _    121  79   y
  132.    16  10  ^P     42  2A   *     70  46   F     96  60   `    122  7A   z
  133.    17  11  ^Q     43  2B   +     71  47   G     97  61   a    123  7B   {
  134.    18  12  ^R     44  2C   ,     72  48   H     98  62   b    124  7C   |
  135.    19  13  ^S     45  2D   -     73  49   I     99  63   c    125  7D   }
  136.    20  14  ^T     46  2E   .     74  4A   J    100  64   d    126  7E   ~
  137.    21  15  ^U     47  2F   /     75  4B   K    101  65   e    127  7F  del
  138.    22  16  ^V     48  30   0     76  4C   L    102  66   f    --graphics:--
  139.    23  17  ^W     49  31   1     77  4D   M    103  67   g    128  80
  140.    24  18  ^X     50  32   2     78  4E   N    104  68   h    129  81
  141.    25  19  ^Y     51  33   3     79  4F   O    105  69   i    130  82 ...
  142.   -------------------------------------------------------------------------
  143.  
  144.  
  145. =============================  2. INSTALLATION  ==============================
  146.  
  147.  
  148.      Because VDE responds to the special keys of a PC keyboard, and writes 
  149. directly to video RAM for greater display speed, its default installation 
  150. requires an IBM PC compatible BIOS and video adapter (MDA, CGA, EGA, or VGA).  
  151. A Hercules (HGC) board should also work, as it is MDA compatible.  On an 
  152. EGA/VGA system the use of color mode is recommended, even with a monochrome 
  153. monitor, to take advantage of a wider variety of "grey shades".
  154.      Special installations are also available for certain "near-compatibles": 
  155. the Hewlett-Packard 95LX/100LX palmtops, the HP Portable Plus, and the Otrona 
  156. 8:16 with IBM video emulation.
  157.      Versions of VDE prior to 1.7 also supported a "Generic" installation 
  158. using standard MSDOS output, that required only compatibility with ANSI 
  159. standard screen control sequences.  This worked on non-PC compatibles, as well 
  160. as on compatibles in situations where direct video access is undesirable -- 
  161. even in "remote" applications, with appropriate terminal software on the 
  162. user's end.  If you require such capabilities, VDE 1.65 remains available.
  163.  
  164.      VINST can use Installation files to store your installation, menubar, and 
  165. user option settings.  These should have a file type of ".VDI", for ease of 
  166. identification.  You have the option to read in or write out such a file, as 
  167. well as proceeding to edit your installation.  VDE can load such files with 
  168. its AltU command; only the computer choice (IBM PC, etc) remains unaffected.
  169.  
  170. IBM PC PARAMETERS:
  171.  
  172. Screen colors - you can select different colors for: normal text; block text; 
  173.     markers and printer codes; soft CRs and hyphens; header; menus and 
  174.     prompts; header/menu highlights; and error messages.  Each is specified by 
  175.     an "attribute byte" consisting of two hex digits, for a background and 
  176.     foreground color.  ("17" = "1", blue background, & "7", white text.)  You 
  177.     will see a color palette displayed on screen; the color digits are:
  178.         *0 = BLACK   4 = red      *8 = GREY           C = bright red
  179.          1 = blue    5 = magenta   9 = bright blue    D = bright magenta
  180.          2 = green   6 = brown     A = bright green   E = yellow
  181.          3 = cyan   *7 = WHITE     B = bright cyan   *F = BRIGHT WHITE
  182.     (* - All MDA screens can display black, white, and bright white; in some 
  183.     cases, grey may also be visible.)
  184.          If you have an EGA/VGA display, the palette will include all 256 
  185.     colors (00-FF).  Otherwise, you will see only 128 (00-7F); on MDA/CGA 
  186.     systems, the background attributes 8-F produce blinking video.  On some 
  187.     portable computers, colors instead produce underlining or grey shades.
  188.          (Note: if your soft CR color has the same background as normal text, 
  189.     VDE will adjust its background to match block text as well.)
  190. Border colors - you can select two border (overscan) colors to frame the text: 
  191.     one to operate within VDE, the other to restore on exit to DOS.  Each is 
  192.     one digit from the list above.  Example: to set a white border within VDE, 
  193.     then return to black on exit, enter "70".  To keep a black border at all 
  194.     times enter "00".  (Note: no border is visible under DESQview or 
  195.     UltraVision.)
  196.  
  197. Cursor type (D/B/U) - You can choose the cursor type you want during editing.  
  198.     A full "B"lock cursor is more easily visible on the LCD displays of laptop 
  199.     computers; some prefer "U"nderline.  Choose "D"efault to leave it whatever 
  200.     it was before VDE was run.  (In 40+ line mode, it is always a block.)
  201. Screen size (A-G,blank) - You can choose your default screen size; normally 
  202.     this is BLANK, " ", meaning whatever is in effect when VDE is loaded.  The 
  203.     letter codes have the same meaning as at the AltE command prompt:  "F", 
  204.     for example, automatically changes to 50 lines on entering VDE.
  205.             On VGA: A...G = 20,25,28,33,40,50,57 lines
  206.                 (UltraVision: B,D,F,G = 25,36,50,63)
  207.             On EGA: A...F = 17,25,29,35,43,50    lines
  208.                 (UltraVision: B,D,E,G = 25,34,43,60)
  209. Video board for 132 col mode (N...) - VDE's AltA command (132 column toggle) 
  210.     works only with supported types of video boards.  Choose:
  211.               "S" for Boca SVGA and other boards that use the "standard"
  212.                       video modes 23h and 22h for 132 column text
  213.               "A" for ATI (e.g. "EGA Wonder") -- also works with
  214.                       Diamond Speedstar VGA (Tseng chipset)
  215.               "C" for Cardinal VGA (Chips & Tech chipset)
  216.               "P" for Paradise VGA+
  217.               "T" for Trident SVGA
  218.     If you have a different video system, you can experiment to see whether 
  219.     any of these will work; if not, enter "N" for none -- AltA will work only 
  220.     if you are running UltraVision.
  221.          NOTE:  Users of older Paradise VGA boards may need to keep the border 
  222.     color black, to avoid a bug affecting 132 column display colors.
  223. Need to avoid "snow" (Y/N) - Normally No.  Some video boards (like old IBM 
  224.     CGAs) experience ugly "snow" or noise when programs write directly to 
  225.     video memory.  If this happens to you, select "Y", and VDE will time its 
  226.     video access according to horizontal retrace intervals.  (Display speed 
  227.     will be somewhat reduced.)
  228.  
  229. Keyboard type (A/X/T) - Normally "A" for AT; actually, VDE detects whether you 
  230.     have an AT (enhanced) or XT keyboard, and uses the appropriate input.  But 
  231.     some "popup" (TSR) programs do not work properly with AT keyboard input; 
  232.     if you have this problem, set this to "X" for XT.  (F11, F12, and a few 
  233.     other key combinations will not work.)  Finally, the Tandy 1000 uses 
  234.     different scan codes for its F11-F12 keys; set to "T" if you have a Tandy.
  235.  
  236. SPECIAL INSTALLATIONS:
  237.  
  238.      HEWLETT-PACKARD 95/100LX PALMTOP - You could run VDE on these palmtops as 
  239. IBM compatibles, but in screen sizes other than 80x25 you would have to use 
  240. the HP scroll feature to see different parts of the screen.  Choosing one of 
  241. these installations provides direct support for 40x16 and 64x18 modes.
  242.      You can pick the "colors" of your choice in these installations; other 
  243. parameters are preset.
  244.      Note that on LX's, the grey [+],[-] keys will not scroll the screen; on 
  245. the 95LX, the ^[BkSp] command will not work, and the shifted cursor keys 
  246. cannot be used to mark a block.  The 100LX's "zoom" feature should not be used 
  247. while editing.  For extended characters (ASCII 80-FF) to print properly, your 
  248. printer driver must be set to <R>oman8 font, or you must select code page 437 
  249. in the 100LX Setup.  See also remarks on narrow screens under SCREEN SIZE.
  250.      Users whose primary need is for an editor for the LX palmtops should also 
  251. consider the customized "fastWRITE" version of VDE, marketed by ACE 
  252. Technologies.  See VDE.UPD for details.
  253.  
  254.      HEWLETT-PACKARD PORTABLE PLUS - all models.  Do not try this installation 
  255. on any other computer.  All parameters are preset.
  256.  
  257.      OTRONA 8:16 - Only the Otrona model with IBM video emulation will work; 
  258. the standard model 8:16 is not supported.  This installation may also work on 
  259. other older "near-compatibles" with an 80x25 display that lack EGA/VGA BIOS 
  260. compatibility.  All parameters are preset.
  261.  
  262.  
  263. =============================  3. USER MENUBAR  ==============================
  264.  
  265.  
  266.      The "User" menu bar can be configured to your taste: to provide different 
  267. keywords for accessing functions, or to add functions that are not available 
  268. in the existing menu bars.
  269.      VINST can use Installation files to store your installation, menubar, and 
  270. user option settings.  These should have a file type of ".VDI", for ease of 
  271. identification.  VDE can load such files with its AltU command.  VINST can 
  272. access them under the INSTALLATION menu choice.
  273.  
  274. "User" menu bar - The five items on this bar are referred to as {User: item 1- 
  275.     5}.  To define each, you have to provide two things: a "keyword" and the 
  276.     "command" to execute.  (As usual you can just press [Enter] to leave the 
  277.     existing value alone.)
  278.          The keyword appears in the menu bar display, like "Driver" or 
  279.     "preView" in the "Print" menu: it describes what the item will do if 
  280.     selected, and the capital "D" or "V" indicates which key letter must be 
  281.     pressed to select it.  Your keyword can be up to 12 characters long, and 
  282.     must contain exactly ONE capitalized letter (A-Z), which will be the 
  283.     selection key.  (Each of the five entries must use a different key.)  An 
  284.     unused entry may be simply left blank, or filled with "---" if you prefer.
  285.          The command determines the function which will be performed when the 
  286.     item is selected from the menu.  (See COMMAND SUMMARY for a full listing.)  
  287.     Each command consists of one or two keystrokes.  The default user menu 
  288.     includes the sample entry "Autosave", which invokes the command ^KA if you 
  289.     press "A".
  290.          Example: The command ^OE, which makes the cursor line the top line on 
  291.     the screen, is not accessible via existing menu bars.  However, you can 
  292.     easily add this to the User menu bar:
  293.                 For   "{User: item #}"    type    "  make Top  "
  294.                 For   "Command:"          type    "^OE"
  295.     You now have a new MenuBar command, {User:make Top}, which is invoked by 
  296.     pressing ^[Esc],U,T.
  297.  
  298.  
  299. ===============================  4. OPTIONS  =================================
  300.  
  301.  
  302.      You can change a variety of default settings in your copy of VDE, 
  303. according to your taste.  "Default" means the state assumed when VDE is first 
  304. run, or in the absence of any previous user commands.
  305.      VINST can use Installation files to store your installation, menubar, and 
  306. user option settings.  These should have a file type of ".VDI", for ease of 
  307. identification.  VDE can load such files with its AltU command.  VINST can 
  308. access them under the INSTALLATION menu choice.  (Note that the file format 
  309. and screen settings below are defaults, and loading a .VDI file will not 
  310. change settings for files already being edited.)
  311.  
  312. Prompt for filename if none (Y/N) - When you invoke VDE with no filename, 
  313.     should it prompt for one?  Normally No, you get an "untitled" work area.
  314. Autosave interval (min.) - Enter your choice for the interval in minutes.  A 
  315.     value of 0 turns this feature off.
  316. Preserve BAKup files (Y/N) - Should a backup file (.BAK) be kept when you save 
  317.     over an existing file?  Choose "Y" to play safe, "N" to save disk space.
  318. Use ^Z as EOF mark (Y/N) - Should an EOF marker (^Z, 1Ah) be used to mark the 
  319.     end of an ASCII file (modes /A,U,N,C)?  MSDOS software should not require 
  320.     this, but some early programs (like their CP/M predecessors) did still use 
  321.     this convention.
  322. Filetypes to exclude - You can specify six filetypes (or type masks, using "?" 
  323.     wildcards) to "hide" from VDE.  (Originally set to ".COM" and ".EXE".)  
  324.     Such files will not show in the ^KF directory display (unless the filetype 
  325.     is specified explicitly), and cannot be edited.  This is a protection 
  326.     feature, for non-text files which can be damaged by trying to edit them.  
  327.     To leave an entry unused, type "...", NOT blanks.
  328. Default file mode - Which of the file modes (D,A,U,N,C,W,S,P,F,X,M) described 
  329.     in VDE.DOC do you want as the default?  (Originally "D"ocument.)
  330. Auto mode select filetypes - You can specify six filetypes (or type masks, 
  331.     using "?" wildcards) as exceptions to the above default: for example, you 
  332.     could declare all ".ASM" files to default automatically to "N" mode, or 
  333.     all files ".89?" to "W" mode.  To leave an entry unused, type "...".
  334.  
  335. Header on (Y/N) - Should the header (^OQ) start out ON?
  336. Ruler on (Y/N) - Should the ruler (^OT) start out ON?
  337. Function key labels on (Y/N) - Should the key labels (^OU) start out ON?
  338. Insert mode (I/W/O) - Which insert (^V) setting do you want to start out with: 
  339.     Insert, Word insert, or Overstrike (insert off)?
  340. Auto format (Y/N) - Should auto format (^OM) start out ON?
  341. Right justify (Y/N) - Should right justification (^OJ) start out ON?
  342. Double spacing (Y/N) - Should double spacing (^OS) start out ON?
  343. Proportional spacing (Y/N) - Should proportional spacing (^OK) start out ON?
  344. Hard CR display (Y/N) - Should Hard CR display (^OB) start out ON when editing 
  345.     in document modes?
  346. Hyphenation (Y/N) - Should hyphenation (^OH) start out ON in documents?
  347. Ignore case in searches (Y/N) - Do you want string searches (^QF) to be case 
  348.     INsensitive by default?  If Yes, specifying the "I"gnore-case option while 
  349.     using ^QF will force a case SENSITIVE search.)
  350.  
  351. Left and Right margin columns (1-255) - Default margin settings for Document 
  352.     modes.  Set both to 1 to disable wordwrap and reformatting entirely.
  353. Fixed tab display width (4,8,16) - Hard tabs display at fixed column 
  354.     intervals.  (Normally 8;  4, 8, and 16 are the ONLY legal choices.)
  355. Scroll overlap (0-255) - This is the number of lines of overlap between 
  356.     screens when scrolling: the smaller, the larger the scroll.  Originally 2, 
  357.     for a nearly full scroll.  Must be smaller than your screen size!
  358. Align new page with screen (Y/N) - When you use the page find commands ^QI, 
  359.     ^QL, ^QN, do you want the first line at the top of the screen?  Originally 
  360.     No, its position varies, as in an ordinary Find.
  361. Beep on error (Y/N) - Do you want a beep when a VDE error message displays?
  362.  
  363. Cut (AltC) deletes block (Y/N) - Should the block Cut command (AltC) delete 
  364.     the block after copying it into the cut buffer?
  365. [BkSp] destructive (Y/N) - Should the [BackSpace] key delete characters?  
  366.     Originally Yes; if No, it just moves the cursor left.
  367. [Del] deletes at cursor (Y/N) - Should the [Del] key delete the cursor 
  368.     character?  Originally Yes; if No, it deletes the previous one.
  369. [Home,End] go to screen top/bottom (Y/N) - Should [Home,End] move to the top 
  370.     or bottom of the screen?  Originally No, they move to line start or end.
  371.  
  372. Variable tab stops - Enter up to sixteen variable tab stop columns, in 
  373.     ascending order.  Fill unused values with 0.  Originally: 6, 15, 35, 55.
  374.  
  375. Show time as AM/PM (Y/N) - Do you want the time stamp to display in 12 hour 
  376.     format (AM/PM)?  Originally Yes.  If No, the time shows in 24 hour format.  
  377.     (Affects AltT command and ^T in print headers.)
  378. Show date in Euro format (day,mo,yr) (Y/N) - Do you want the date to display 
  379.     in European format?  Originally No, meaning US Format (mo,day,yr).  
  380.     (Affects AltD command and ^D in print headers.)
  381. Show date numerically (Y/N) - Do you want AltD to enter the date numerically 
  382.     (1/15/88)?  Originally No, meaning verbose (January 15, 1988).
  383. Strikeout (^PX) character - Specify the character you want to use for the 
  384.     strikeout effect when printing.  Originally "-"; some prefer "/", etc.
  385.  
  386.  
  387. =========================  5. PRINTER INSTALLATION  ==========================
  388.  
  389.  
  390.      Printers vary enormously.  VDE can accomodate two printer drivers, each 
  391. of which can be installed to take advantage of your printer's special 
  392. features.  (Within VDE, the AltV command can be used to select the driver to 
  393. use when printing.)  You can use these for two different printers, or as two 
  394. different "style sheets" to print in different formats (margins, line spacing, 
  395. etc) on the same printer.  The default installed in VDE is a "SIMPLE" driver 
  396. that can send plain text to any printer, but does not support any print 
  397. controls other than underline and strikeout.  (The "SIMPLE" driver is also 
  398. recommended for many daisy-wheel or typewriter-style printers.)  Many pre- 
  399. defined drivers for other printers can be selected from a menu within VINST.
  400.      One thing you are likely to want to modify is the printer initialization, 
  401. to which you can add codes to modify the default page margins, tab settings, 
  402. etc for your printer.
  403.      Most of the drivers in the VINST menu implement only basic codes for 
  404. print effects like italics and proportional printing; you can, however, modify 
  405. them to your taste, to implement any additional features (fonts, etc) you have 
  406. available.  After choosing a driver from the Menu, return and select "Edit 
  407. current driver".  (To modify the Alternate driver, you must switch it to the 
  408. primary one, then switch it back afterward.)
  409.      An example of a more fully configured driver is "HPLJw/PacPg25in1".  This 
  410. can be used with a Hewlett-Packard LaserJet printer (or compatible) equipped 
  411. with a Pacific Page 25-in-1 cartridge (or any other that provides the fonts 
  412. indicated below).  It offers the following effects:
  413.          CODE  EFFECT
  414.  Normal print  Prestige Elite 10 point font, printer margin set to column 6
  415.           ^OK  Times Roman 10 point proportional font
  416.      ^B,^S,^Y  Boldface, Underline, Italics (all fonts)
  417.         ^T,^V  Superscript, Subscript using 7 point Prestige font
  418.            ^D  switch to Times Roman from Prestige and back
  419.         ^A,^N  switch to Courier 12 point from Prestige and back
  420.            ^Q  Mini Gothic 3.6 point
  421.            ^W  Presentation Bold 18 point
  422.            ^E  Math Elite 10 point
  423.            ^R  return to Prestige from ^Q,^W,^E
  424.  
  425.      If your printer is not on the driver menu, but emulates or resembles one 
  426. that is, start out using that driver, and refine it as needed.  Failing this, 
  427. you can start out with the "SIMPLE" driver and, referring to your printer 
  428. manual, install all the necessary codes yourself.  (In this event, please 
  429. consider sending this information so that a new driver can be added to VINST.)  
  430. VDE does not support Adobe Postscript; but you may be able to add the codes to 
  431. switch into your printer manufacturer's native mode, then return to 
  432. Postscript, to your printer initialization and deinitialization (see below).
  433.  
  434.      VINST can use special Printer Driver files to store and retrieve other 
  435. printer definitions.  This makes it easy to save your installation and to pass 
  436. it along to others.  These files should have a type of ".VDP".  When editing 
  437. in VDE, the AltU command may be used to load such a file, putting any number 
  438. of different printer drivers at your disposal.  In VINST, you have the option 
  439. to read in or write out such a file, as well as editing the following values 
  440. individually.
  441.  
  442. Printer ID - Identify the printer you are installing.  (16 characters)
  443. Printer device - Normally "PRN", but you can choose a specific port (like 
  444.     LPT2) if your system has several printers.
  445.  
  446. Extended character set (P/R/N) - Specifies how "extended ASCII" characters 80- 
  447.     FF (graphics or foreign characters) will print.  This depends on the 
  448.     sequence of characters in your printer's fonts.  Your choices are:
  449.        <P>C8 - the standard IBM PC character set.  No translation in printing.
  450.        <R>OMAN8 - an arrangement common in laser printer fonts.  VDE will 
  451.               translate PC graphics into Roman8 equivalents where possible.
  452.        <N>one - your printer doesn't print characters in this range at all.  
  453.               VDE will "emulate" PC graphics, choosing overstruck pairs of 
  454.               standard characters that come close.
  455.     Note that if you are using a non-standard screen font that agrees with 
  456.     your printer font, whatever it may be, you should choose "P".
  457. Printer type (H/F/L/O) - Enter "H" for HP LaserJet or DeskJet compatible, "F" 
  458.     for Epson FX (9 pin) or compatible, "L" for Epson LQ (24 pin) or compat- 
  459.     ible, or "O" for any other type.
  460. Send LF after CR (Y/N) - Normally Yes.  But with a few printers, which manu- 
  461.     facture their own LineFeed on receiving a Return, you will need No here.
  462.  
  463. Page length (0-255) - The number of text lines to print on a page.  An 11" 
  464.     sheet gives 66 lines of print at a standard spacing of 6 lpi; most 
  465.     printers can actually print about 60-64 lines.  Be sure also to leave room 
  466.     on the page for the following margin settings, if used.  Default is 58.
  467. Top margin (0-255) - The number of blank lines to skip as a top margin before 
  468.     printing the number of text lines set above.  Default is 0.
  469. Top margin if header used (0-255) - The number of lines to skip instead as a 
  470.     top margin before printing the header, if one is used.  Default is 0.
  471. Lines to skip between header and text (0-255) - Blank lines to leave between 
  472.     header and text.  Also determines lines between text and bottom page 
  473.     number, if used.  Default is 2.
  474. Left margin (0-255) - Set the number of blank columns to skip as a left 
  475.     margin, shifting the entire printout to the right.  Default is 8.  (Note: 
  476.     most printers offer an Esc command to set an internal left margin in dot- 
  477.     columns or inches.  If you need a left margin, you can get more consistent 
  478.     and reliable results by including such a command in your initialization 
  479.     string.  If you can't do this, install a value here and VDE will print 
  480.     spaces for a margin.)
  481.  
  482.      The following menu choices allow you to modify the codes that are part of 
  483. your printer driver.  For all of these codes, the existing values (if any) 
  484. will display, first in more or less readable "character" form and then as a 
  485. string of hex digits, preceded by the length in parentheses.  Press [Return] 
  486. alone to leave the codes unchanged, or ^[Return] to delete them entirely, or 
  487. enter new codes -- either in hexadecimal, or as character values by pressing 
  488. the single quote ['], then a character.  Note that the double quote ["] will 
  489. duplicate the existing code.  When finished, press [Return].
  490.      Any one string can be up to 127 bytes long; the total available for use 
  491. is about 450 bytes.
  492.  
  493. [A]-Initialization, etc - This is an optional string of code to send to the 
  494.     printer before each print job, usually to set default margins, line 
  495.     spacing, font, etc.  (NOTE: the ^KP command has an option to specify 
  496.     additional codes at print time.  See PRINTING.)
  497. [B]-Deinitialization - This is another string to send after each print job, to 
  498.     restore the printer to the desired state on exit.
  499. [C]-Envelope setup - This string will be sent in place of the usual 
  500.     initialization when you address an envelope with ^KPA (see ENVELOPES).  
  501.     For many printers you will need no special codes here; or, you might find 
  502.     that a linefeed or two, perhaps also a left margin command, is useful to 
  503.     position the print properly on the envelope.  You should use a pica font 
  504.     (fixed, 10 cpi).
  505.          The setup codes in VINST's HP LaserJet drivers assume that you will 
  506.     insert the envelope end-on in the default paper tray, and consequently 
  507.     they use a landscape font (Courier 12).  They do not specify "envelope 
  508.     size" forms, so there is no need to change the form size on the printer 
  509.     panel.  If you are feeding envelopes from a different paper tray, you will 
  510.     have to add codes here to specify this tray.
  511.          You must also be sure that your deinitialization contains any codes 
  512.     necessary to return to the default tray, orientation, etc. after 
  513.     addressing an envelope.  Printing envelopes can be complicated; see your 
  514.     printer manual.
  515. [D]-Proportional (^OK) - Enter the codes needed to produce a proportionally 
  516.     spaced font when you print while in proportional mode (^OK).  Like the 
  517.     "toggles" below, you also need to supply a second string to turn this off 
  518.     and return to fixed spacing afterwards.
  519.  
  520. TOGGLES: [E]-Bold, etc - For six of the seven printer toggles (not ^X), you 
  521.     need to tell VDE the codes to send to your printer to produce the desired 
  522.     effect, then turn it off again.  The conventional meanings of the toggles 
  523.     are:      ^B  boldface         ^Y  italic/ribbon color
  524.               ^D  doublestrike     ^T  superscript
  525.               ^S  underline        ^V  subscript
  526.     but you can use them for anything you want.  Example: Epson FX printers 
  527.     require three-byte sequences to turn continuous underlining on and off:
  528.            Underline on   "Esc - 1"    hex 1B 2D 31   decimal 27 45 49
  529.                     off   "Esc - 0"        1B 2D 30           27 45 48
  530.     You can enter the data in hex or characters, or any mixture thereof:
  531.                    [G]...    :  1B 2D 31      <--- entry in hex format
  532.                    ...and off:  'Esc '- '0    <--- or by characters
  533.     You should find all necessary codes in your printer manual.
  534.          (NOTES: ^PS will underline text by overstriking with "_" if you do 
  535.     not install codes for it.  ^PX requires no installation, but see USER 
  536.     OPTIONS to specify the strikeout character.)
  537.  
  538. SWITCHES: [K]-User1, etc - The same idea, but for switches, which send the 
  539.     same codes every time they are used.  WordStar calls the switches:
  540.           ^Q,W,E,R    "user 1,2,3,4"   (no standard meaning)
  541.           ^A,N        alternate, normal pitch
  542.     But once again, you can use them for different fonts, printer bin 
  543.     selection, or anything else you like.
  544.  
  545.  
  546. =========================  6. DEFAULT FUNCTION KEYS  =========================
  547.  
  548.  
  549.      VDE has a set of 48 Function Keys, invoked by the [F1]...[F12] keys in 
  550. their normal, Shift-, Ctrl-, and Alt- usage, which can have macro definitions 
  551. assigned to them.  The default definitions are those that will be active when 
  552. you first enter VDE.  By changing these, you can easily customize VDE for an 
  553. approximate match to the standard function-key configuration for Wordstar or 
  554. Word Perfect, or to suit any special requirements of your own.  (Any keys 
  555. defined with Esc[ while using VDE will override these defaults.)
  556.  
  557.      VINST can use Function Key Definition files to store function-key sets.  
  558. These should have a file type of ".VDF".  You have the option to read in or 
  559. write out such a file, as well as editing the keys individually.  (VDF files 
  560. can also be read or written with VDE's AltU command, but only VINST can 
  561. display the definitions, or change those in VDE.EXE itself.)
  562.      VINST gives you a display much like this:
  563.  
  564.       Function keys:  (___ bytes free)  <---- note room available
  565.       F1:<>
  566.       F2:<>                             <---- "<>" means undefined
  567.       F3:<>
  568.       F4:< Scan  >[Esc];^C              <---- " Scan  " is key's label
  569.       F5:<>
  570.       F6:<QN>^OL5^M^OR60^M              <---- Quiet, No-repeat key, no label
  571.       F7:<>
  572.       F8:<EscU><Undrln ><N>^PS          <---- "EscU" also invokes this key
  573.       F9:<EscB>< Bold  ><N>^PB
  574.       F10:<QN>^QS[!v]                   <---- "[!v]" means Shift-Downarrow
  575.  
  576. You can select one of several ranges of definitions to display: Normal, 
  577. Shift(!), Ctrl(^), Alt(@), and if you have an Enhanced keyboard, a separate 
  578. additional set of 8 keys for the [F11],[F12] keys in each of those states.  Or 
  579. at any time you can press the [F]-key you want to define, and type in the new 
  580. definition.  While doing this, ^[Break] aborts; ^P must be used to enter 
  581. [Enter] (^M), [BkSp] (^H), or ^P itself.
  582.      The Esc key and special PC keys like PgUp will display by name within 
  583. brackets: [Esc], [>], [PgUp].  Shift, Ctrl, and Alt combinations are indicated 
  584. by "!", "^", and "@", as in "[!v]", "^J", "@D".  Many of these keys cannot be 
  585. entered into a macro definition with VDE's Esc[ command, but they can be 
  586. recorded with Esc", and can be entered in VINST.
  587.      To keep the existing definition, Esc key, label, or Q/N option, just 
  588. press [Enter].  To blank (remove) a definition, press ^[Enter].  To blank an 
  589. existing Esc key, label, or Q/N option, use [Space].
  590.      Any definition can be up to 253 bytes long; the total space available is 
  591. about 2000 bytes.
  592.  
  593.      By default, VDE comes with [F1] installed for command help (^J), [F10] 
  594. for the MenuBar (^[Esc]), and other definitions blank.  Sample function-key 
  595. files are also included; EXAMPLES.VDF contains several macros discussed in 
  596. VDE.REF:
  597.  
  598.    F1:<QN>^QR^N@D^OF                            ;put date at top right
  599.    F2:<QN>^QS^S^S[Esc]= [^D^D                   ;move to start of paragraph
  600.    F3:<QN>[Esc]~.1^S[Esc]1[Esc]~.<^D[Esc]= 2[Esc]=^M2   ;move to start
  601.             ^S^S[Esc]!1[Esc]2^D[Esc]= 2[Esc]=^M2        ;  of sentence
  602.    F4:<QN>^QS^X[Esc]= ][Esc]=^M]^S ^D[Esc]![    ;soften hard-CR paragraph
  603.  
  604. The files WS4.VDF and WP.VDF can be used to define the function keys according 
  605. to the usage of WordStar or Word Perfect.  The WordStar 4 default definitions 
  606. in WS4.VDF are:
  607.  
  608. WS4.VDF      NORMAL      SHIFT        CTRL             ALT
  609.      F1       ^J          ^OB          ^QF         Vertical bar graphic
  610.      F2       ^U          ^OC          ^QA         Horizontal bar
  611.      F3       ^PS                      ^L          Upper-left corner
  612.      F4       ^PB                      ^QI         Upper-right
  613.      F5       ^Y          ^KY          ^OL         Lower-left
  614.      F6       ^T          ^KH          ^OR         Lower-right
  615.      F7                   ^KV                      Upper T graphic
  616.      F8                   ^KC                      Lower T
  617.      F9       ^KS         ^KB          ^QS         Left T
  618.      F10      ^KD         ^KK          ^QD         Right T
  619.  
  620. The WP.VDF file will not "turn VDE into Word Perfect", but it does provide a 
  621. considerable degree of keystroke compatibility.  You can assign any other 
  622. functions desired to unused keys:
  623.  
  624. WP.VDF       NORMAL      SHIFT        CTRL             ALT
  625.      F1       ^U        [^Esc]        AltR
  626.      F2       ^QF         ^QF         AltJ             ^QA
  627.      F3       ^J                     [^Esc]V           ^OD
  628.      F4       ^OG                    [^Esc]B         [^Esc]B
  629.      F5       ^KF        AltD
  630.      F6       ^PB         ^OC                          ^OF
  631.      F7     [^Esc]F       ^KP
  632.      F8       ^PS       [^Esc]S      [^Esc]T         [^Esc]S
  633.      F9
  634.      F10      ^KS       [^Esc]F        Esc"
  635.  
  636.  
  637. ==========================  7. GRAPHICS CHARACTERS  ==========================
  638.  
  639.  
  640.      VDE allows text to contain a limited, but variable, set of 32 characters 
  641. in the range 80-FFh (see FOREIGN CHARACTERS and GRAPHICS).  In addition, the 
  642. code ^Z (1Ah) must be treated as a graphics character.  VINST lets you specify 
  643. your own default graphics set.
  644.      VINST can use Graphic Definition files to store graphic character sets.  
  645. These should have a file type of ".VDG", for ease of identification.  You have 
  646. the option to read in or write out such a file, as well as editing the keys 
  647. individually.  VDE can also write such files with its AltU command.
  648.  
  649.      You will be shown the current definitions, in the same format as the VDE 
  650. Graphics command.  You may select any entry to redefine (A-Z, 1-6) whether 
  651. vacant or not; or, you may clear them all.  In VINST, new graphic codes must 
  652. be entered by hex value, from 80 to FF (and 1A); a full list of graphics 
  653. characters (80-FF) can be displayed for your selection if you need it, by 
  654. typing "?" at the definition prompt.  Simply pressing [Enter] means "free" or 
  655. undefined.
  656.      Note that your Printer Installation determines how graphics will print.
  657.  
  658.  
  659. ===========================  8. CHARACTER WIDTHS  ============================
  660.  
  661.  
  662.      In order to judge the margins correctly when formatting, VDE's 
  663. proportional printing feature (^OK) needs to know how wide each character is 
  664. when it prints.  The default width table, based on a 10-point Times Roman 
  665. font, will probably work fairly well with any proportional font ("m" is wider 
  666. than "i", and so on).
  667.      If you would like to fine-tune this table to correspond to your favorite 
  668. font instead, use VINST to modify the width table as needed: you can select 
  669. each character, then enter its width (in units of 1/360") as a decimal value.
  670.      The easy way to determine these widths is to print out a file with lines 
  671. of 60 of each character.  (Rather than type that out by hand, you can use the 
  672. macro command to repeat each letter 60 times.)  Measure the length of each 
  673. line in inches, and multiply by 6: that is the character width in 1/360".  The 
  674. result is typically between 16 and 48.)
  675.      Note that changing the width table doesn't affect how your printer 
  676. operates -- just how VDE judges the length of each line for reformatting in 
  677. proportional mode.
  678.      VINST can use Character Width files to store width data for the 
  679. proportional font(s) you use.  These should have a file type of ".VDC", for 
  680. ease of identification.  You have the option to read in or write out such a 
  681. file, as well as editing the width table.  VDE can load such files with its 
  682. AltU command.
  683.  
  684.  
  685. ==========================  9. RESTORE DEFAULTS  =============================
  686.  
  687.  
  688.      This option on the VINST menu is provided in the event that you want to 
  689. undo any changes that have been made to your copy of VDE.  This will return 
  690. VDE.EXE to the state it was distributed in: installation for IBM PC; all User 
  691. Options restored to their original defaults; no Function Keys (except, for 
  692. convenience, [F1]=help and [F10]=menu); SIMPLE printer driver; original 
  693. Graphics characters and Character widths.  VINST prompts you to confirm that 
  694. you really want to do this before proceeding.
  695.  
  696.  
  697.  
  698. ===================================[end]======================================
  699.