home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / visdbx.zip / VISION.DOC < prev    next >
Text File  |  1990-12-02  |  30KB  |  805 lines

  1.          
  2.          
  3.          
  4.          
  5.          
  6.          
  7.          
  8.          
  9.          
  10.                                 VISION   SYSTEM
  11.                                =================
  12.                               (v 2.7 01-Dec-1990)
  13.                                        by
  14.                               Maurizio  Ammannato
  15.                       Copyright (c) 1990  Maurizio's House
  16.          
  17.          
  18.          
  19.          
  20.          
  21.          
  22.          
  23.          Welcome to VISION System
  24.          ========================
  25.          
  26.          Vision  System  has  two  main  features; the first one is to 
  27.          allow   you  to  see  easily  Textual  Data  Base  (newspaper 
  28.          articles,  documents,  books, dictionaries, glossaries, etc.) 
  29.          just  done  in  VISION  format.  An  example  are  the  Press 
  30.          Releases  Data  Bases,  the Business*Talk info Data Base, and 
  31.          why not the wholy New and Old Testament Data Base.
  32.          
  33.          
  34.          The  second feature is to build your own Textual Data Base in 
  35.          a very very simple TMP way (TMP = Top Manager Proof).
  36.          
  37.          
  38.          
  39.          Licence Fee
  40.          ===========
  41.          The  package  is  completely free of charge for personal use. 
  42.          Do  as many copies you like for you and your friends. However 
  43.          you  don't  have  to  sell it or make any kind of profit. Any 
  44.          commercial use of VISION must be agreed with the Author.
  45.          
  46.          
  47.          
  48.          
  49.          
  50.          
  51.          
  52.          
  53.          Enjoy VISION System !                    Maurizio Ammannato
  54.          
  55.          
  56.          
  57.          
  58.          
  59.          Decompressing Archives
  60.          ======================
  61.          
  62.          Create  a  directory  called VISION (DOS command MD) and copy 
  63.          there  VISION.ZIP  file  and  eventually  all related Textual 
  64.          Data  Base  with  the  extension .ZIP (which means compressed 
  65.          via PKZIP.EXE utility).
  66.          
  67.          Using  the  companion PKUNZIP.EXE utility (which you can find 
  68.          in many BBS) decompress them as following :
  69.          
  70.          
  71.                             C:\VISION\pkunzip *.zip
  72.          
  73.          
  74.          In this way all .ZIP archives will be 'unzipped'.
  75.          
  76.          
  77.          The VISION package must have the following files :
  78.          
  79.          
  80.          - VISION.EXE        the engine
  81.          - VIS_CRE.EXE       create your own Textual Data Base (TDB)
  82.          - VIS_ADD.EXE       add new records to existing TDB
  83.          - VIS_SORT.EXE      sort utility
  84.          - VISION.CFG        configuration file
  85.          - VISION.COL        configuration file for color monitor
  86.          - VISION.BW         configuration file for mono monitor
  87.          - VISION.MSG        comment/help file (multilingual)
  88.          - VISION.ENG        above comment file in English
  89.          - VISION.ITA        above comment file in Italian
  90.          - VISION.DOC        VISION documentation
  91.          - #_VISION.NDX      documentation in VISION format (index)
  92.          - #_VISION.DB       Documentation in VISION format (DB)
  93.          
  94.          
  95.          
  96.          Decompress  all .ZIP Textual Data Bases (TDB) you have in the 
  97.          directory  using  the  same  procedure  as before; after that 
  98.          copy  all  .ZIP files in a back-up device and REMOVE all .ZIP 
  99.          (i.e. "ERASE *.ZIP") to save precious disk space.
  100.          
  101.          
  102.          
  103.          
  104.          
  105.          Before Starting
  106.          ===============
  107.          Check   through   your   favorite   Text  Editor  or  WP  the 
  108.          configuration  file  VISION.CFG  and  change what you need or 
  109.          wish to change.
  110.          
  111.          Foreground  color  numbers  can  range  from  1  to 31 (after 
  112.          number 15 the color is blinking). Background from 1 to 7.
  113.          The following is the complete list of options you can set :
  114.          
  115.          
  116.          
  117.          '---------------------------------- VISION.CFG config file
  118.          RAM=NO          RAMDISK device (i.e. D:) NO for no ramdisk
  119.          SOUND=YES       window sound yes/no
  120.          SCROLL_SPEED=7  number of secs for automatic scrolling
  121.          F_DBW=15        foreground Data Base Window (DBW) color
  122.          B_DBW=7         background Data Base Window (DBW) color
  123.          F_BOT=0         foreground Help Desk color
  124.          B_BOT=2
  125.          F_COM=0         foreground DBW comment line
  126.          F_HIG=14        foreground DBW data base name
  127.          F_DBR=10        foreground DBW highlighted DB name
  128.          B_DBR=1         background DBW highlighted DB name
  129.          F_IDX=15        foreground Index Window (IW) color
  130.          B_IDX=1
  131.          F_TDX=7         foreground IW text color
  132.          B_TDX=1
  133.          F_DOC=0         foreground Document Text color
  134.          B_DOC=7
  135.          F_REV=0         foreground reverse Index title
  136.          B_REV=6
  137.          F_ASK=15        input window
  138.          B_ASK=4
  139.          F_FND=14        founded string color
  140.          
  141.          
  142.          
  143.          
  144.          Color or monochrome screen
  145.          --------------------------
  146.          
  147.          You  can  easily  change color attributes modifying .CFG file 
  148.          color parameters.
  149.          
  150.          To  make  your  life easier, if you have a monochrome screen, 
  151.          copy  directly  VISION.BW  to  VISION.CFG file using DOS COPY 
  152.          program:
  153.          
  154.          
  155.                       C:\VISION\COPY vision.bw vision.cfg
  156.          
  157.          
  158.          
  159.          
  160.          
  161.          Comment external file
  162.          ---------------------
  163.          
  164.          Check  also  VISION.MSG  file to look at VISION comment/helps 
  165.          and  change  what  you  need (i.e. from my Italian English to 
  166.          Queen's English, etc.)
  167.          
  168.          To change language file use COPY DOS command :
  169.          
  170.          
  171.                       C:\VISION\COPY vision.ita vision.msg
  172.          
  173.          
  174.          to  have  the Italian comments/help. You can obviously create 
  175.          a  new  comment/help  file  with  your own language; i.e. for 
  176.          Spanish :
  177.          
  178.          - copy VISION.ENG into a new file VISION.ESP (DOS "COPY
  179.            VISION.ENG VISION.ESP")
  180.          
  181.          - modify the new file with Spanish translation using a TE or
  182.            WP (Text Editor or Word Processor)
  183.          
  184.          - copy new VISION.ESP into VISION.MSG (COPY VISION.ESP
  185.            VISION.MSG)
  186.          
  187.          
  188.          N.B.  New comment strings MUST MUST MUST have the same LENGTH 
  189.          of the old ones.
  190.          
  191.          
  192.          
  193.          
  194.          
  195.          Executing VISION
  196.          ================
  197.          
  198.          Before  VISION  execution  you  must  have  at  least one TDB 
  199.          (Textual  Data  Base).  You  can create a new one by yourself 
  200.          (see  below)  or  download  some  from  a  BBS.  Remember  to 
  201.          decompress them if in .ZIP format as explained previously.
  202.          
  203.          
  204.          You have two different ways to execute VISION.
  205.          
  206.          1)  MENU  MODE.  Typing  VISION at DOS prompt, you enter into 
  207.          Main  Menu  Window with the list of available Data Bases (see 
  208.          below):
  209.          
  210.                                 C:\VISION\vision
  211.          
  212.          
  213.          2)  COMMAND  LINE  MODE.  Typing VISION followed by data base 
  214.          name  at  DOS line prompt, you enter directly into Index Menu 
  215.          from  which,  using ESCape command, you come back directly to 
  216.          DOS :
  217.          
  218.                             C:\VISION\vision b_newt
  219.          
  220.          
  221.          
  222.          If  you  have a VGA monitor you can execute vision typing VGA 
  223.          instead  of  VISION. This allows VISION to load into PC ROM a 
  224.          new text font (modern-d) resulting in a more readable text:
  225.          
  226.                                  C:\VISION\vga
  227.          
  228.          
  229.          
  230.          Also  in this case you can enter directly into the Index Menu 
  231.          writing VGA followed by data base name:
  232.          
  233.                              C:\VISION\vga #_vision
  234.          
  235.           to have on line VISION documentation.
  236.          
  237.          
  238.          
  239.          
  240.          
  241.          Data Base Main Menu
  242.          ===================
  243.          
  244.          
  245.          Using  first  procedure  you  are in the Main Data Base Menu. 
  246.          VISION has three levels of window :
  247.          
  248.          1) Data Base Window (Main Menu)
  249.          2) Index Window (Index Menu)
  250.          3) Document Window (Record level)
  251.          
  252.          
  253.          
  254.          In  the  Main  menu,  you  can  see at the same time up to 14 
  255.          available  Data Bases with related comments, last update data 
  256.          and sizes. The limit of available TDB is 100 Data Base.
  257.          
  258.          
  259.          Use  arrows  to navigate, Alt-H for on-line help. Once on the 
  260.          row  of chosen DB (highlighted color) the ENTER key allow you 
  261.          to open the Index Menu.
  262.          
  263.          
  264.          TDB  are  indexed  as  they  are  (first  record found, first 
  265.          record  in  DB).  You  have  two  possibilities to change the 
  266.          indexing  method  by  pressing  ATL-S  or  ALT-T  keys. These 
  267.          commands   tell   VISION   to   sort   highlighted  index  by 
  268.          alphabetical  ascending  (ALT-S) or descending (ALT-T) order. 
  269.          Any way Alt-R option restores the original indexing method.
  270.          
  271.          
  272.          
  273.          Index Menu
  274.          ==========
  275.          You  can use the same keys as before (except for indexing) to 
  276.          navigate this menu.
  277.          
  278.          If  you  have a long index list you can use F1 functional key 
  279.          to  quickly  search  for  string  and  F2 to search again. F9 
  280.          instead  allows  you  to  search  a string in the entire Data 
  281.          Base  (Global Search) and F10 searchs it again. Any way press 
  282.          Alt-H keys for help.
  283.          
  284.          
  285.          The  difference  between  two above searching methods is that 
  286.          F1/F2  keys  search  the string within the index comment line 
  287.          (Index  level),  while  F9/F10  keys search the string in the 
  288.          entire Data Base, thus at document level.
  289.          
  290.          
  291.          
  292.          
  293.          
  294.          Document Window
  295.          ===============
  296.          
  297.          Once  in  the  document,  you  have two possibilities. A) the 
  298.          document  is  less  then  19  rows, B) the document is longer 
  299.          than 19 rows
  300.          
  301.          
  302.          A)  you  can  only use Alt-P/Alt-F keys to print the document 
  303.          and F1 for help.
  304.          
  305.          
  306.          B) in this case you can use different keys :
  307.          
  308.          . using arrows and PgDn/PgUp Home/End keys you can navigate
  309.            the document in any direction
  310.          
  311.          . Alt-P  print current document
  312.          . Alt-F  print current document to external file
  313.          . Alt-M  mark current position in current document
  314.          . Alt-J  jump to above mark (set before)
  315.          . Alt-A  on/off for automatic scrolling
  316.          . -/+    keys to increase or decrease the speed of automatic
  317.                   scrolling.
  318.          . Alt-H  Help
  319.          
  320.          . F1     Search string through document
  321.          . F2     Search again
  322.          
  323.          
  324.          
  325.          Reading Long Document
  326.          =====================
  327.          Reading  long document you need some functions to emulate the 
  328.          real book reading.
  329.          
  330.          
  331.          The  first  one  is marking the position for latter retrieve. 
  332.          Use  Alt-M  when  you want stop reading at a certain position 
  333.          (a  delicate  sound  advises  you of work done). Once you are 
  334.          later  back  to same document use Alt-J to jump to mark. With 
  335.          no mark, Alt-J jumps to first document line.
  336.          
  337.          
  338.          If  you  want  to  read  document  without  using  arrows for 
  339.          navigation,  you  can  use the Alt-A automatic scroll option. 
  340.          VISION  has  a  default value of 7 seconds delay time between 
  341.          scrolling  (see  in  VISION.CFG  the  SCROLL_SPEED option) so 
  342.          that you can read it relaxed and quite.
  343.          
  344.          Use  plus  key  (+) to slow down scrolling speed or minus (-) 
  345.          key to increase such a speed.
  346.          
  347.          
  348.          
  349.          
  350.          
  351.          Searching Words (INDEX WINDOW)
  352.          ==============================
  353.          
  354.          When  in Index window you can look for words in two different 
  355.          ways :
  356.          
  357.          Using  F1/F2  keys  you can search for words within the index 
  358.          line  comments. You can search also for a piece of word, i.e. 
  359.          "etw".   In   this  case  all  words  having  "etw"  will  be 
  360.          displayed. F2 search again using same search string.
  361.          
  362.          
  363.          Using  F9/F10  you  search  instead  for  words line per line 
  364.          within documents.
  365.          
  366.          An  example. Let imagine you want to search the word disciple 
  367.          in the New Testament.
  368.          
  369.          1) be in New Testament index window (book title level)
  370.          2) press F9 and give search string "disciple"
  371.          3) VISION finds search string in a book title
  372.          4) enter in the book (ENTER key)
  373.          5) press F2 to search same string inside the document
  374.          6) press ESC to come back to Index window
  375.          7) press F10 to search again at book title level (index)
  376.          
  377.          
  378.          
  379.          Searching Words (DOCUMENT LEVEL)
  380.          ================================
  381.          When  you are into a document, if the document is longer than 
  382.          19  lines,  you can use F1 key to search for a word and F2 to 
  383.          search again same string.
  384.          
  385.          
  386.          
  387.          
  388.          
  389.          ON LINE Help
  390.          ============
  391.          
  392.          
  393.          
  394.          In  all  of  three  windows (Main Menu, Index Menu, Document) 
  395.          you  can  activate  the Help window in two different ways; or 
  396.          pressing Alt-H keys or pressing a not permitted key.
  397.          
  398.          
  399.          
  400.                    Help - MAIN Window Available Commands
  401.                    =====================================
  402.          
  403.                          Arrow Up    Line Up
  404.                          Arrow Dn    Line Down
  405.                          PgUp        Page Up
  406.                          PgDn        Page Down
  407.                          Home        Top of List
  408.                          End         Bottom of List
  409.                          Alt-C       Change Data Base Comment Line
  410.                          Alt-D       Shell to DOS
  411.                          Alt-H       On line Help
  412.                          Alt-R       Restore Original Index
  413.                          Alt-S       Sort Current Index Ascending
  414.                          Alt-T       Sort Current Index Descending
  415.                          ENTER       Open Data Base
  416.                          ESC         Quit to DOS
  417.          
  418.          
  419.          
  420.          
  421.                    Help - INDEX Window Available Commands
  422.                    ======================================
  423.          
  424.                          Arrow Up    Line Up
  425.                          Arrow Dn    Line Down
  426.                          PgUp        Page Up
  427.                          PgDn        Page Down
  428.                          Home        Top of List
  429.                          End         Bottom of List
  430.                          Alt-D       Shell to DOS
  431.                          Alt-H       On line Help
  432.                          F1          Search String
  433.                          F2          Search Again
  434.                          F9          Global Search
  435.                          F10         Global Search Again
  436.                          ENTER       Open Document
  437.                          ESC         Quit. Back to Main Menu
  438.          
  439.          
  440.          
  441.          
  442.          
  443.                    Help - DOCUMENT Window Available Commands
  444.                    =========================================
  445.          
  446.                          Arrow Up   Line Up
  447.                          Arrow Dn   Line Down
  448.                          PgUp       Page Up
  449.                          PgDn       Page Down
  450.                          Home       Top of List
  451.                          End        Bottom of List
  452.                          -          Increase Scroll Speed
  453.                          +          Decrease Scroll Speed
  454.                          Alt-A      Automatic Scroll on/off
  455.                          Alt-D      Shell to DOS
  456.                          Alt-F      Print Document to File
  457.                          Alt-H      On line Help
  458.                          Alt-M      Mark Document Position
  459.                          Alt-J      Jump to Mark
  460.                          Alt-P      Print Current Document
  461.                          F1         Search String
  462.                          F2         Search Again
  463.                          ESC        Quit. Back to Index Menu
  464.          
  465.          
  466.          
  467.          N.B.  Using  Alt-D  command  to go temporarily to DOS command 
  468.          level, remember to write EXIT to come back to VISION System
  469.          
  470.          
  471.          
  472.          
  473.          
  474.          Creating New Data Base
  475.          ======================
  476.          
  477.          VISION  System  works  using  two  different files, the index 
  478.          file  with  .NDX  extension  and  data  base  file  with  .DB 
  479.          extension.
  480.          
  481.          The  index  file  is  useful  to  look  at the real data base 
  482.          records addresses.
  483.          
  484.          
  485.          The following is for technicians its structure :
  486.          
  487.          1) Index record title (78 characters for 78 bytes)
  488.          2) Physical DB address (integer for two bytes)
  489.          3) Length of document  (long integer for 4 bytes)
  490.          4) Position of the Mark (integer for 2 bytes)
  491.          5) Reserved for later use (integer for 2 bytes)
  492.          
  493.          
  494.          The Data Base structure is very simple :
  495.          
  496.          1) Comment line (78 characters for 78 bytes)
  497.          
  498.          
  499.          But  you  have  to  don't care at all of this technical info, 
  500.          you  have  only  to  follow these very simple instructions to 
  501.          create your new data base.
  502.          
  503.          
  504.          Take  your  favorite  Text  Editor and edit a new source file 
  505.          called  i.e.  PIPPO.UPD  (the  .UPD  extension is a MUST) and 
  506.          write your info in the following order :
  507.          
  508.          
  509.          1) First row will become the FIRST index record
  510.          
  511.          2)from  second  line  up to the special break-characters line 
  512.          write  document  lines  with  a maximum of 78 characters (pay 
  513.          attention  to  don't  write the following special combination 
  514.          of characters '@#$' at the line beginning).
  515.          
  516.          3)   special   break-character   combination  to  finish  the 
  517.          document; that is a '@#$' at the beginning of the line.
  518.          
  519.          
  520.          
  521.          
  522.          
  523.          
  524.          EXAMPLE
  525.          -------
  526.          
  527.          
  528.          ----beg of file------ (don't insert this line in your file)
  529.          NETWORK
  530.          ========
  531.          The network is....
  532.          ..................
  533.          ..................
  534.          [@#$]      (Don't write these squared brackets in real file)
  535.          SUPER-CENTER
  536.          ============
  537.          The supercenter are.....................................
  538.          ........................................................
  539.          ........................................................
  540.          ........................................................
  541.          ........................................................
  542.          ........................................................
  543.          [@#$]      (Don't write these squared brackets in real file)
  544.          PROTOCOLS
  545.          =========
  546.          You need protocols when you
  547.          have to exchange information with other people/computers.
  548.          The language is one of above protocols.
  549.          -----end of file------ (don't insert this line in your file)
  550.          
  551.          
  552.          
  553.          N.B.  DON'T  insert  the break-characters at the BEGINNING of 
  554.          the file neither at the END.  ONLY between two documents.
  555.          
  556.          
  557.          
  558.          
  559.          After  editing  your  new   data base source, execute VIS_CRE 
  560.          program  giving  the  name  (without  any  extension)  of the 
  561.          source file (in this case PIPPO), thus :
  562.          
  563.          
  564.                             C:\VISION\vis_cre pippo
  565.          
  566.          
  567.          This  program  creates  PIPPO.NDX  with  three master records 
  568.          (NETWORK,SUPER-CENTER,PROTOCOL)  and  the  PIPPO.DB data base 
  569.          with comment lines.
  570.          
  571.          
  572.          
  573.          
  574.          
  575.          New Data Base from existing ASCII File
  576.          ======================================
  577.          
  578.          Take  ASCII  file  you want to convert and rename it with the 
  579.          .UPD  extension  (i.e.  PLUTO.QC  in  PLUTO.UPD);  remove all 
  580.          extraneous  lines  (top  of form character, page break, etc.) 
  581.          and do exactly as before.
  582.          
  583.          
  584.          
  585.          Example of ASCII file to convert
  586.          --------------------------------
  587.          
  588.          
  589.          ============================================================
  590.          
  591.                                    - pag 1 -
  592.          
  593.          
  594.          
  595.          Italian QC addresses
  596.          
  597.          --------------------
  598.          
  599.          
  600.          
  601.          AMMA = Maurizio Ammannato,Southern Europe Area Marketing Mgr
  602.          
  603.          MANU = Emanuela Sferco, Southern Europe Area Sales Promotion
  604.          
  605.          ........................................................
  606.          
  607.          
  608.          
  609.          S.Marino QC addresses
  610.          
  611.          -------------------
  612.          
  613.          VALGO = ....................................................
  614.          
  615.          POCO  = ....................................................
  616.          
  617.          SESO  = ....................................................
  618.          
  619.          POCO  = ....................................................
  620.          
  621.          ============================================================
  622.          
  623.                                         - pag 2 -
  624.          
  625.          
  626.          
  627.          
  628.          
  629.          After erasing extra lines, this file must looks like :
  630.          
  631.          
  632.          --beg of PLUTO file--- (don't insert this line in your file)
  633.          Italian QC addresses
  634.          --------------------
  635.          AMMA = Maurizio Ammannato,Southern Europe Area Marketing Mgr
  636.          MANU = Emanuela Sferco, Southern Europe Area Sales Promotion
  637.          .... = .....................................................
  638.          S.Marino QC addresses
  639.          -------------------
  640.          VALGO = ....................................................
  641.          POCO  = ....................................................
  642.          SESO  = ....................................................
  643.          POCO  = ....................................................
  644.          --end of PLUTO file---(don't insert this line in your file)
  645.          
  646.          
  647.          
  648.          Now  insert  the special break-characters combination BETWEEN 
  649.          the  documents  (in  this case one only) and the final source 
  650.          file  (remember  to  rename  the  existing file with the .UPD 
  651.          extension) must be the following :
  652.          
  653.          ---beg of file------ (don't insert this line in your file)
  654.          Italian QC addresses
  655.          --------------------
  656.          AMMA = Maurizio Ammannato,Southern Europe Area Marketing Mgr
  657.          MANU = Emanuela Sferco, Southern Europe Area Sales Promotion
  658.          .... = .....................................................
  659.          [@#$]      (Don't write these squared brackets in real file)
  660.          S.Marino QC addresses
  661.          -------------------
  662.          VALGO = ....................................................
  663.          POCO  = ....................................................
  664.          SESO  = ....................................................
  665.          POCO  = ....................................................
  666.          ---end of file---- (don't insert this line in your file)
  667.          
  668.          
  669.          N.B.  Don't  insert  the break-characters at the BEGINNING of 
  670.          the file neither at the END; ONLY between two documents.
  671.          
  672.          
  673.          
  674.          
  675.          Same procedure to create the new data base; that is :
  676.          
  677.          
  678.                             C:\VISION\vis_cre pluto
  679.          
  680.          
  681.          This  program  creates  PLUTO.NDX with two master records and 
  682.          PLUTO.DB data base with respective comment lines.
  683.          
  684.          
  685.          
  686.          
  687.          
  688.          Updating an existing Data Base
  689.          ==============================
  690.          Take  the  ASCII  file  with  the info to add, rename it with 
  691.          .UPD  extension  and  follow  exactly  the  same procedure as 
  692.          before.
  693.          
  694.          The  only  difference  is  that  you  have to execute VIS_ADD 
  695.          program  (instead  of  VIS_CRE)  which adds the record at the 
  696.          end of existing data base and index files.
  697.          
  698.          
  699.          An example.
  700.          -----------
  701.          Let  imagine  we  want  to  update the existing P_PCMB.DB and 
  702.          related P_PCMB.NDX file.
  703.          
  704.          We  have  to prepare or rename the updating file exactly with 
  705.          the  same .DB and .NDX name, but with .UPD extension. In this 
  706.          case the name is P_PCMB.UPD.
  707.                           -----------
  708.          
  709.          Built  this  file  with the same procedure as before, copy it 
  710.          into  the  VISION  directory  and  execute VIS_ADD program as 
  711.          following :
  712.          
  713.                             C:\VISION\vis_add p_pcmb
  714.          
  715.          without  any  extension.   Now  VIS_ADD  adds the new item or 
  716.          items  to  existing .DB and .NDX. Save .UPD file in a back-up 
  717.          disk.
  718.          
  719.          
  720.          
  721.          Removing Data Base
  722.          ==================
  723.          Simply  use  DOS  erase  command  to  cancel the .NDX and .DB 
  724.          files.
  725.          
  726.          
  727.          
  728.          Changing the Main Menu List
  729.          ===========================
  730.          Renaming  BOTH  files  (.NDX and .DB file) with a your choice 
  731.          name,  VISION   sorts  automatically them by new alphabetical 
  732.          order putting them in the position you prefer.
  733.          
  734.          In my classification :
  735.          
  736.          N_  = network related data bases
  737.          P_  = product related data bases
  738.          S_  = services
  739.          V_  = various and generic data base
  740.          $_  = pricing data bases
  741.          ..  = ...............................
  742.          
  743.          Simply  changing the name of your DB (and related .NDX file), 
  744.          you have a different classification.
  745.          
  746.          
  747.          
  748.          
  749.          
  750.          For Expert Users
  751.          ================
  752.          
  753.          You  can  execute  VISION  also from another program or a DOS 
  754.          SHELL utility.
  755.          
  756.          To  do  that  you have only to execute VISION in command line 
  757.          mode, thus VISION.EXE followed by data base name.
  758.          
  759.          
  760.          
  761.          
  762.          If  you  have  a VGA monitor, you can change the ROM standard 
  763.          PC  font.  You have simply to execute VGA bat file instead of 
  764.          VISION  program. This bat file load a modern-d font (the used 
  765.          option is VIS_FONT /D) into PC ROM.
  766.          
  767.          
  768.          You   can  change  the  font  using  instead  of  /d  the  /s 
  769.          "scrawled"  hand  made  font, or /l or no option for modern-s 
  770.          font.
  771.          
  772.          
  773.          
  774.          
  775.          
  776.          PC Configuration
  777.          ================
  778.          You need any MS-DOS compatible Personal Computer with :
  779.          
  780.          - at least 256 k Bytes of main memory
  781.          - hard disk
  782.          - video
  783.          
  784.          better if :
  785.          
  786.          - 640 K bytes of main memory
  787.          - 2 Mega bytes of fast device (RAM, VIRTUAL DISK ,etc.)
  788.          - VGA color video (the reading is easier)
  789.          
  790.          
  791.          
  792.          
  793.          Security
  794.          ========
  795.          I've   checked  all  my  files  via  ShareWare  SCAN  utility 
  796.          (version  67). You can easily find it on many BBS. After file 
  797.          decompression,  execute this utility again to verify that all 
  798.          .EXE programs are not infected.
  799.          
  800.          
  801.          If  you  find  some  virus,  use  CLEAN  companion utility to 
  802.          remove  infection.  If  you  are  not  successful in removing 
  803.          virus  DON'T  USE  AT  ALL  VISION  programs to avoid your PC 
  804.          general infection.
  805.