home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / DOS_HELP / PCLEARN.ZIP / FB.MAN < prev    next >
Encoding:
Text File  |  1988-12-04  |  26.8 KB  |  831 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.                             FileBrowser
  22.  
  23.  
  24.  
  25.  
  26.  
  27.                                Version 1.00
  28.  
  29.                           (Freeware Version)
  30.  
  31.  
  32.  
  33.  
  34.  
  35.                 Copyright (c) 1988, David O. Tinker
  36.                     All Rights Reserved
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.       Table of Contents
  45.                                       Page
  46.  
  47.       A. Introduction                      ---     1
  48.  
  49.          1. Why FileBrowser?                  ---     1
  50.          2. Terms of Distribution                  ---     1
  51.          3. FileBrowser Features                  ---     2
  52.  
  53.       B. Hardware and Software Requirements           ---     2
  54.          1. Systems Tested                      ---     2
  55.          2. Memory Requirement                  ---     3
  56.          3. Technical Specifications              ---     3
  57.  
  58.       C. Installing and Running FileBrowser           ---     4
  59.          1. Installing FileBrowser:               ---     4
  60.          2. Running FileBrowser                  ---     4
  61.  
  62.       D. FileBrowser Commands                  ---     5
  63.          1. FILE                          ---     5
  64.          2. PRINT                          ---     6
  65.          3. BROWSE                          ---     6
  66.          4. SEARCH                          ---     6
  67.         a) Hints on using SEARCH              ---     7
  68.          5. SHELL                          ---     8
  69.          6. EDIT                          ---     8
  70.          7. QUIT                          ---     8
  71.  
  72.       E. License and Warranty Disclaimer              ---     9
  73.  
  74.       F. Acknowledgements                      ---    10
  75.  
  76.       G. Registration Form                      ---    11
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.       __________________________________________________________________
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.               FileBrowser 1.00 Manual - Page (i)
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.        A. Introduction
  108.  
  109.       1. Why FileBrowser?
  110.  
  111.         Like  many micro-computer users,  I find that I often have 
  112.          to  deal  with text files - LARGE    text  files:  source  code 
  113.          files,  software  manuals,  documents  downloaded    from  such 
  114.          sources as Usenet,  BIX (tm), etc.;  as a university teacher, 
  115.          I    have  to cope with large numbers of documents crossing    my 
  116.          desk  daily - in many cases these can easily be  obtained    in 
  117.          electronic  form,    and  the future prospect is that more  and 
  118.          more documents will be distributed online.
  119.  
  120.         Short of actually printing these documents (which is time-
  121.          consuming and often not wanted), I found that the only way to 
  122.          read them was to load them into an editor or  word-processor.  
  123.          Yet  only    in very rare cases do I actually want to edit  the 
  124.          file  I am reading - sometimes the file must NOT  be  edited.  
  125.          Again,  occasions often arise when I want to have a text file 
  126.          readily available for display on the console screen,  while I 
  127.          am  carrying  out some other task    (e.g.  telecommunications, 
  128.          number crunching).  Some editors may be used for this, or one 
  129.          might use a pop-up notepad program such as Sidekick(tm) - but 
  130.          these  are costly and often "overkill" solutions to a  simple 
  131.          problem.    Besides, when I use Sidekick(tm) I want to use the 
  132.          Notepad to make notes on, not to store a static file!
  133.  
  134.         To  cut  this story short,  I found I needed a    cheap  and 
  135.          effective    file  browser  program!    And    so  the  idea  for 
  136.          FileBrowser originated.   The outcome of that idea is in your 
  137.          hands now.   I use this program every day (not  surprisingly, 
  138.          since I wrote it to do what I wanted), and I hope you find it 
  139.          meets your needs as well. It's certainly cheap!
  140.  
  141.       2. Terms of Distribution
  142.  
  143.         This  program is "Freeware",  which means it is NOT in the 
  144.          Public Domain - it's copyrighted - but there is no charge for 
  145.          its  use.     You  use  it under the terms  of  a  fairly  non-
  146.          restrictive  license,  which  is included in  this  document:  
  147.          you'd  better read the license agreement,    because if you use 
  148.          this software you are implicitly assenting to its terms!
  149.  
  150.         Registration of your license is optional and free, but you 
  151.          are  strongly  encouraged    to do  so,  for  several  reasons.  
  152.          First,  I'd  like to see where,  how and by whom it is  being 
  153.          used.  Second, FileBrowser  is currently being developed into 
  154.          an  application with lots more bells and whistles (this  will 
  155.          be  shareware);   I'd like to tell you about this    when  it's 
  156.          finished.     Please  complete  the registration form  in  this 
  157.          document and send it in - it will only take a moment and cost 
  158.          you one stamp.
  159.  
  160.  
  161.  
  162.                FileBrowser 1.00 Manual - Page 1
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.         I had a lot of fun writing FileBrowser, and in a small way 
  171.          it  might    repay  the  computer-user community  for  all  the 
  172.          education    and enjoyment I have received from  Public  Domain 
  173.          and Shareware programs, whose costs do not adequately reflect 
  174.          the effort and skill their authors put into them.
  175.  
  176.       3. FileBrowser Features
  177.  
  178.         FileBrowser  allows you to load an ASCII or Wordstar  (tm) 
  179.          file  into  a buffer in RAM and scroll through it.   You  can 
  180.          scroll  and page forwards or backwards through the  file,    or 
  181.          jump  ahead  or back any number of lines,    or  use  an  auto-
  182.          scrolling    feature which rolls the text forward or back at an 
  183.          adjustable speed.     If you want to copy some lines to another 
  184.          file, you can do so, or you can print a block of lines.  When 
  185.          browsing a big text file,    I often want to locate a  specific 
  186.          section  that's in there *somewhere*,  so FileBrowser has the 
  187.          ability  to  look for strings of text (it    finds  them  quite 
  188.          rapidly too).
  189.  
  190.         If  you  really *do* need to edit  the    file,  FileBrowser 
  191.          allows you to exit to the editor of your choice,  work on it, 
  192.          then re-load the edited file.
  193.  
  194.         Finally,  you  can leave the file in RAM and load  another 
  195.          DOS  shell,  so  that you can go on to other tasks and  still 
  196.          return  to  your place by typing 'exit' at  the  DOS  prompt.  
  197.          This  is a great feature for folks working with a    two-floppy 
  198.          system,  as  it means you can remove the disks containing the 
  199.          FileBrowser programs and the original file.   (You will  need 
  200.          to  have the original file and the accessory program  FBE.COM 
  201.          available    if you want to use FileBrowser's "edit and return" 
  202.          feature).
  203.  
  204.         FileBrowser  is easy to use:  all the commands may be exe-
  205.          cuted  from  a  pop-up menu line,    or  using  simple  one-key 
  206.          commands, and you get feedback from the program as to what it 
  207.          is doing and what it expects next;  it can detect a number of 
  208.          input  errors  and either correct them or give you  an  error 
  209.          message.  On-line help is readily available for all commands.  
  210.          If  you have a color monitor,  you can see all these features 
  211.          in vivid yet tasteful color (:-).
  212.  
  213.        B. Hardware and Software Requirements
  214.  
  215.       1. Systems Tested
  216.  
  217.         FileBrowser has been successfully tested on IBM-PC (tm) XT 
  218.          and  AT microcomputers and several 100% compatible  machines.  
  219.          It has been run using both CGA and EGA graphics adapter cards 
  220.          for color display (a monochrome monitor may also be used with 
  221.          these  cards);  since the I/O does no direct writes to  video 
  222.          memory,  I see no reason why it could not be run using  other 
  223.  
  224.  
  225.                FileBrowser 1.00 Manual - Page 2
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.          graphics  cards  - but  I make no claims or  guarantees  (see 
  234.          Warranty Disclaimer, below).
  235.  
  236.          You can certainly use FileBrowser on a two-floppy XT  system, 
  237.          but  file-loading    is slow - a hard disk is  better,  and    it 
  238.          really shines on an AT-class machine!
  239.  
  240.         FileBrowser  requires MS-DOS (tm) or PC-DOS  (tm)  version 
  241.          2.11  or later.   This software is compatible with  Microsoft 
  242.          Windows (tm),  (though it was not written as a Windows appli-
  243.          cation), and with Borland's Sidekick (tm).
  244.  
  245.       2. Memory Requirement
  246.  
  247.         In order to calculate memory usage by FileBrowser, use the 
  248.          following formula:
  249.  
  250.                  M = 72 + 2.9*F
  251.  
  252.          where M is the memory required (KBytes) and F is the size    of 
  253.          the  file    (ASCII) to be loaded,  in KBytes.   This gives    an 
  254.          approximate estimate only,  and actual requirements may  vary 
  255.          slightly.     Thus  if  you have 580K of free memory  remaining 
  256.          after   loading  DOS,   the  maximum  file  size  which   may 
  257.          theoretically  be loaded is 175K.     I have never had  a  text 
  258.          file that large,  but have successfully used FileBrowser with 
  259.          a 125K file (which takes a while to load!).
  260.  
  261.       3. Technical Specifications
  262.  
  263.          FileBrowser consists of the following files:
  264.  
  265.                FB.EXE : Main program executable file.
  266.               FBE.COM : Auxiliary  program  required  to  load    an 
  267.                 external editor.
  268.              HELP.FB  : FileBrowser On-Line Help file.     (Warning: 
  269.                 do not edit this file - it is best to make 
  270.                 it read-only).
  271.                FB.MAN : Documentation (this file).
  272.             README.FB : Brief description of FileBrowser.
  273.  
  274.         The source code for FB.EXE and FBE.COM is entirely written 
  275.          in  C.  It  was  compiled with the Aztec C86  (tm)  compiler, 
  276.          version 3.4a,  (using the 'large code, large memory' model in 
  277.          the case of FB.EXE).
  278.  
  279.         While  the  license  for this software    contains  a  legal 
  280.          disclaimer  of  liability for damages,  the author  does  not 
  281.          believe  that  any  portion of FileBrowser can  lead  to  any 
  282.          damage  whatsoever  to  computer hardware    or  magnetic  disk 
  283.          media.   In particular,  FileBrowser does no direct writes to 
  284.          core or video memory,  and all I/O is executed by C  language 
  285.          standard I/O functions which operate via DOS calls.  This has 
  286.  
  287.  
  288.                FileBrowser 1.00 Manual - Page 3
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.          a    cost in speed,    but ensures safety and portability to  the 
  297.          maximum number of systems.
  298.  
  299.        C. Installing and Running FileBrowser
  300.  
  301.       1. Installing FileBrowser:
  302.  
  303.         The  first  step in installing FileBrowser is  to  make  a 
  304.          working  copy containing all the files,  and put the original 
  305.          disk away in a safe place!
  306.  
  307.         If  you  are running FileBrowser on a  two-floppy  system, 
  308.          simply  copy the files FB.EXE,  FBE.COM and HELP.FB to a disk 
  309.          and use in the default drive.
  310.  
  311.         For hard disk users,  place the files FB.EXE,  FBE.COM and 
  312.          HELP.FB in any suitable directory that lies on the DOS path.
  313.  
  314.         If  you intend to use an external editor with FileBrowser, 
  315.          it  may  be  necessary to set the    DOS  Environment  variable 
  316.          'EDITOR' using the command:
  317.  
  318.                set EDITOR=<youreditor>
  319.  
  320.          where <youreditor> is the calling name of a text editor  pro-
  321.          gram.
  322.  
  323.         As  a default,    FileBrowser attempts to use the 'VI'  text 
  324.          editor  to edit files,  but you may substitute another editor 
  325.          as described above;   alternately,  you may just rename  your 
  326.          editor  to  'VI.EXE' or 'VI.COM'  as  appropriate.   Whatever 
  327.          editor  you  choose  must be on your DOS path,  and  must    be 
  328.          capable  of loading a file from the DOS  command  line.   You 
  329.          could  even use the EDLIN editor supplied with DOS!   (The VI 
  330.          editor is not supplied with this distribution).
  331.  
  332.       2. Running FileBrowser
  333.  
  334.           FileBrowser is started with the command line:
  335.  
  336.          FB [-options] [d:][\path\]FILENAME[.EXT]
  337.  
  338.          where FILENAME.EXT is the file to be loaded,  with drive (d:) 
  339.          and path specification if necessary.   If a FILENAME is omit-
  340.          ted,  a Title Screen appears,  with copyright information and 
  341.          brief Usage instructions (if the -c option is used, the Title 
  342.          Screen is in color).
  343.  
  344.         The  "options" currently available are 'q','c','m','w' and 
  345.          't', as follows.  Options may be specified in any order.
  346.  
  347.           q : (Quiet  Load) - Omit display of title screen  before 
  348.               loading the file.
  349.  
  350.  
  351.                FileBrowser 1.00 Manual - Page 4
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.           c : Use colour windows instead of black-and-white.  Only 
  360.               one of 'c' or 'm' may be specified.
  361.  
  362.           m : Use  black-and-white windows.   (This is the default
  363.               option).
  364.  
  365.           w : load a Wordstar (tm) document file:  if omitted, the 
  366.               file  is assumed to be an ASCII file.  (The extended 
  367.               ASCII character set is supported).
  368.  
  369.           t : Do not expand tabs.  The 'Tab' character will appear 
  370.               as  a distinctive graphic (ASCII    09).  If  omitted, 
  371.               tabs are expanded to spaces.
  372.  
  373.          As an example,  to load a Wordstar (tm) file in color without 
  374.          displaying the title screen first, you would use the command:
  375.  
  376.                'fb -qcw wsfile.doc'
  377.  
  378.         Filebrowser  has a maximum line length of 79 characters  - 
  379.          characters  in  excess of this limit are wrapped to the  next 
  380.          line.  (Column 80 is reserved for special purposes in  future 
  381.          versions).
  382.  
  383.        D. FileBrowser Commands
  384.  
  385.         All FileBrowser commands may be executed by choosing  from 
  386.          a    Menu  (which is activated by pressing the "Ins" key  after 
  387.          starting FB.EXE).    In addition, all commands except SHELL may 
  388.          be executed from BROWSE mode using a one-key  command.   When 
  389.          the Menu line is visible,    on-line help on any command may be 
  390.          obtained  by selecting the command with the cursor keys,  and 
  391.          pressing the 'F2' function key.
  392.  
  393.       1. FILE
  394.  
  395.         The  FILE command is used to copy part of the current file 
  396.          to  a new file.   You will be prompted for the  new  filename 
  397.          (which   can   include   optional    drive    and   path,   e.g. 
  398.          d:\path\file.ext).  If the file specified already exists, you 
  399.          have  the option of overwriting it or appending text  to  it.  
  400.          If you enter an illegal file name,  an error message will pop 
  401.          up.  Press any key to remove the error message.
  402.  
  403.         After  you  have specified a file name,  you will  observe 
  404.          that  the top line of text in the main window is  highlighted 
  405.          in reverse video,    and a blinking cursor appears on the  next 
  406.          line.   You may move the cursor down to subsequent lines - as 
  407.          this is done,  the line above the cursor is marked.  When you 
  408.          have marked the desired number of lines, press the "Esc" key, 
  409.          and  the  marked lines will be copied to the designated  file 
  410.          (in ASCII format).
  411.  
  412.  
  413.                FileBrowser 1.00 Manual - Page 5
  414.  
  415.  
  416.  
  417.  
  418.  
  419.  
  420.  
  421.         The  FILE  command may be given while in 'Browse' mode    by 
  422.          simply pressing the "F" key;
  423.  
  424.       2. PRINT
  425.  
  426.         The PRINT command is equivalent to the FILE command except 
  427.          that  the marked portion of the file is copied to    the  line-
  428.          printer (device PRN),  instead of to a disk file.     Note that 
  429.          the version of the current file that is printed is the one in 
  430.          the FileBrowser buffer - due to line truncation,  tabs expan-
  431.          sion,  removal of Wordstar (tm) characters, this may *not* be 
  432.          identical to the file on your disk!
  433.  
  434.         The  PRINT command may be given while in 'Browse' mode    by 
  435.          simply pressing the "P" key;
  436.  
  437.       3. BROWSE
  438.  
  439.         The  BROWSE command is used to view the current file  - it 
  440.          just causes FileBrowser to enter 'Browse' mode, (which is the 
  441.          default mode).  There are several options:
  442.  
  443.          - To  scroll through the file,  use the Up and Down arrow 
  444.            keys  to  move up or down a line;  use the  'PgUp'  and 
  445.            'PgDn' keys to move up or down by one page.    The 'Home' 
  446.            and    'End'  keys move to the beginning or  end  of  the 
  447.            file, respectively.
  448.  
  449.          - To  move forward or back by <n> lines (where <n> is    an
  450.            integer):
  451.            first  press the "+" key,  then enter the value of  <n> 
  452.            (you will get a prompt to do this on the bottom line of 
  453.            the screen),  then press the Down arrow, or Up arrow as 
  454.            desired.
  455.  
  456.         -  To automatically scroll forward or backward,  press the 
  457.            "*"    key (asterisk),  followed by the Down arrow or    Up 
  458.            arrow key.  To select the speed, type an integer from 0 
  459.            to 9.  [9 = fast,  0 = slow, 5 = medium]. Press any key 
  460.            to stop scrolling.
  461.  
  462.         When  entering a value from the keyboard,  use the  Escape 
  463.          key to cancel input.
  464.  
  465.         If  the screen gets mangled for any reason,  press  Ctrl-L 
  466.          (^L) to redraw it.
  467.  
  468.       4. SEARCH
  469.  
  470.         FileBrowser  incorporates a simple pattern matching  func-
  471.          tion, which may be used to locate a string of text in a file.  
  472.          A    "pattern" can contain "words",    (a "word" is defined as  a 
  473.  
  474.  
  475.                FileBrowser 1.00 Manual - Page 6
  476.  
  477.  
  478.  
  479.  
  480.  
  481.  
  482.  
  483.          string of alphanumeric characters),  and the wildcard  symbol 
  484.          "*".
  485.  
  486.         It  should  be carefully noted that a "word" in  a  search 
  487.          pattern  is  just    a literal string of  characters  - NOT    an 
  488.          English word.   Thus the pattern "mat" will match all of  the 
  489.          English words containing the letters 'm',    'a, and 't' in se-
  490.          quence,  e.g   "match",  "doormat",  "matter".   Words  in  a 
  491.          pattern cannot contain embedded punctuation characters.
  492.  
  493.         The symbol "*" matches any number of words,  (including no 
  494.          words!).  Thus, the pattern "the * fox" will match all of the 
  495.          strings:  "the fox",  "the brown fox", "the quick brown fox".  
  496.          The  symbol  "*"  is only legal inside a pattern,    not  as  a 
  497.          prefix or suffix.
  498.  
  499.         When 'SEARCH' is invoked,  you will be prompted to input a 
  500.          pattern.  FileBrowser  will automatically process your  input 
  501.          into  a  legal  pattern (you will have a  chance  to  correct 
  502.          errors).    The search then proceeds forward from the Top Line 
  503.          displayed in the main window,  and is on a line-by-line basis 
  504.          (patterns extending over two lines are not found).   At  each 
  505.          successful 'hit',    the line which matches the pattern will be 
  506.          highlighted  and blinking,  and you will be asked if you wish 
  507.          to  continue.   Press 'y' to continue,  'n' (or just hit  the 
  508.          'Return' key) to terminate the search.
  509.  
  510.         If  you wish to restore a highlighted line to normal,  use 
  511.          the Ctrl-L (^L) command to re-draw the screen.
  512.  
  513.         Note:  The  SEARCH  command may also be  given    by  simply 
  514.          pressing the "S" key.
  515.  
  516.          a) Hints on using SEARCH
  517.  
  518.              - When  searching    for  a given string of text  in  a 
  519.         file,  it  is sometimes better to use a word  stem  rather 
  520.         than a word:  for example, the pattern 'enzyme' will match 
  521.         the words "enzyme" and "enzymes",  but the pattern 'enzym' 
  522.         will  also match "enzymology".    For the maximum number    of 
  523.         hits, the second pattern  may be preferred.
  524.  
  525.              - If you are searching for a string consisting of two 
  526.         English  words in sequence,  it is a good idea to place  a 
  527.         '*' in the pattern,  in case the two words in the file are 
  528.         separated by more than one whitespace character.
  529.  
  530.              - FileBrowser  does not like to scroll past the  last 
  531.         line of a file, which ends up at the bottom of the screen.  
  532.         You  may sometimes wish to "scroll up" the last lines of a 
  533.         file:  to do so,  use the SEARCH command to 'search' for a 
  534.         pattern  which occurs only in the last line.   The  SEARCH 
  535.         operation  will  move  the last line to  the  top  of  the 
  536.  
  537.  
  538.                FileBrowser 1.00 Manual - Page 7
  539.  
  540.  
  541.  
  542.  
  543.  
  544.  
  545.  
  546.         screen,  and  you  can then scroll the desired    number    of 
  547.         lines back onto the screen using the Up arrow key.
  548.              
  549.       5. SHELL
  550.  
  551.         The  'SHELL'  command suspends FileBrowser and returns    to 
  552.          the DOS operating system.     To alert you that you have loaded 
  553.          another shell, the cursor will change to a small flashing box 
  554.          instead of the normal flashing underscore.
  555.  
  556.         You  may now carry out disk  maintenance  operations,  run 
  557.          another  program,    etc.  The FileBrowser environment  remains 
  558.          resident in memory;  to return to FileBrowser,  type the com-
  559.          mand 'EXIT' at the DOS prompt.
  560.  
  561.       6. EDIT
  562.  
  563.         The  "EDIT"  command allows you to edit the  current  file 
  564.          using  the text editor of your choice.   You may specify  the 
  565.          editor  by setting the DOS environment variable "EDITOR" (see 
  566.          section D:1).
  567.  
  568.         If the environment variable "EDITOR" is not set, FileBrow-
  569.          ser will attempt to load the "vi" text editor.  Whatever text 
  570.          editor  you choose,  it must be one that can accept the  file 
  571.          name in the command line, e.g. "vi myfile.doc".
  572.  
  573.         When  the "EDIT" command is given,  FileBrowser  writes  a 
  574.          short  Batch  file  in the same directory as the  file  being 
  575.          browsed, loads the batch file and exits;  the batch file then 
  576.          loads the editor, and after exiting from the editor, re-loads 
  577.          FileBrowser  with the edited version of the file.     The  aux-
  578.          iliary  program FBE.COM is required in order to  execute  the 
  579.          EDIT command.
  580.  
  581.         The  "EDIT" command may be given while in 'Browse' mode by 
  582.          simply pressing the 'V' key.
  583.  
  584.       7. QUIT
  585.  
  586.         This command is used to exit permanently from FileBrowser.  
  587.          To  exit temporarily,  use the SHELL command.   You may  also 
  588.          exit  from FileBrowser when in 'Browse' mode by pressing  the 
  589.          "Esc" key.
  590.  
  591.         When the QUIT command is given by either method,  you will 
  592.          be  asked to confirm that you really do wish to  leave  File-
  593.          Browser. If the 'y' key is pressed, FileBrowser exits to DOS, 
  594.          after first displaying a public service announcement (:-).
  595.  
  596.         It is also possible to exit quickly from FileBrowser,  by
  597.          passing the closing blurb, by pressing 'Ctrl-Break';  this is 
  598.          effective    whenever FileBrowser is expecting Keyboard  input, 
  599.  
  600.  
  601.                FileBrowser 1.00 Manual - Page 8
  602.  
  603.  
  604.  
  605.  
  606.  
  607.  
  608.  
  609.          i.e. in BROWSE, FILE and SEARCH modes.
  610.  
  611.        E. License and Warranty Disclaimer
  612.  
  613.          The FileBrowser software package, Version 1.00, including the 
  614.          files FB.EXE,  FBE.COM,  HELP.FB,    FB.MAN and  README.FB,    is 
  615.          Copyright (c) 1988 by David O. Tinker, (All Rights Reserved).  
  616.          This  software  is hereby licensed for use  and  distribution 
  617.          subject to the following terms:
  618.  
  619.          1. All  the  files  FB.EXE,   FBE.COM,  HELP.FB,  FB.MAN  and 
  620.         README.FB   must be distributed to-gether.
  621.  
  622.          2. No alteration of any portion of this software may be made, 
  623.         and specifically, the Copyright notice must remain intact.
  624.  
  625.          3. No charge may be made for any copy of FileBrowser, Version 
  626.         1.00,  save  only that distributors of Public  Domain  and 
  627.         Shareware software libraries,  whether in the form of mag-
  628.         netic  media or in electronic form by remote  access,  are 
  629.         permitted  to charge their normal disk fee,  access fee or 
  630.         membership  fee for distribution of  software  collections 
  631.         incorporating FileBrowser , Version 1.00.
  632.  
  633.          4. FileBrowser,  Version  1.00  may  not be included  in  any 
  634.         commercial  software distribution other than libraries    of 
  635.         Public Domain and Shareware software as described in  item 
  636.         3,  above,  without  the express written permission of the 
  637.         author.
  638.  
  639.          5. Use  of this software is entirely at the risk of the user; 
  640.         users of this software agree to absolve and hold  harmless 
  641.         the   author, David O. Tinker, from all claims of liabili-
  642.         ty  for    damages  arising  from use  of  this  software, 
  643.         including but not   limited to,  special, incidental, con-
  644.         sequential or other damages,  loss of profit or any  other 
  645.         commercial damage.
  646.  
  647.          6. The  author reserves the right to alter the terms of  this 
  648.         license without notice,  save that users licensed prior to 
  649.         such  alteration  will    not be charged any  fee  for  this 
  650.         license.
  651.  
  652.          7. Use  of  this software specifically implies assent to  the 
  653.         terms of this licence.
  654.  
  655.          The intent of this license is that this software be used  and 
  656.          enjoyed  without undue restriction,  and that it not be  sold 
  657.          for  profit,  but that the sole rights of the author to main-
  658.          tain and make any and all improvements or alterations to this 
  659.          product be preserved.
  660.  
  661.  
  662.  
  663.  
  664.                FileBrowser 1.00 Manual - Page 9
  665.  
  666.  
  667.  
  668.  
  669.  
  670.  
  671.  
  672.        THIS  SOFTWARE  IS  PROVIDED ``AS IS'' AND WITHOUT ANY  EXPRESS    OR 
  673.        IMPLIED    WARRANTIES,  INCLUDING,  WITHOUT LIMITATION,  THE  IMPLIED 
  674.        WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  675.  
  676.        F. Acknowledgements
  677.  
  678.       The  term "DOS" refers to the products Microsoft MS-DOS (tm)    or 
  679.       IBM PC-DOS (tm).
  680.       MS-DOS (tm) and Microsoft Windows (tm) are trademarks of  Micro-
  681.       soft Corporation.
  682.       PC-DOS  (tm) and IBM-PC (tm) are trademarks of the IBM  Corpora-
  683.       tion.
  684.       Wordstar  (tm) is a trademark of MicroPro International Corpora-
  685.       tion.
  686.       Sidekick (tm) is a trademark of Borland International Inc.
  687.       BIX  (tm) (BYTE Information Exchange) is a trademark    of  McGraw 
  688.       Hill, Inc.
  689.  
  690.       A  small  portion of the source code    for  FB.EXE,  specifically 
  691.       related  to  the Search algorithm,  was adapted from the  Public 
  692.       Domain 'Strings' library written by Richard A. O'Keefe (1984).
  693.  
  694.  
  695.  
  696.  
  697.  
  698.  
  699.  
  700.  
  701.  
  702.  
  703.  
  704.  
  705.  
  706.  
  707.  
  708.  
  709.  
  710.  
  711.  
  712.  
  713.  
  714.  
  715.  
  716.  
  717.  
  718.  
  719.  
  720.  
  721.  
  722.  
  723.  
  724.  
  725.  
  726.  
  727.                FileBrowser 1.00 Manual - Page 10
  728.  
  729.  
  730.  
  731.  
  732.  
  733.                     Page 11
  734.  
  735.  
  736.       G.           FileBrowser - Version 1.00
  737.                License Registration Form.
  738.  
  739.       Completion of this form will be of assistance to the author, and 
  740.       ensure  that    you  will be advised of the  availability  of  new 
  741.       versions of FileBrowser and future software products.
  742.  
  743.       Information    contained   in     this  form   will   be   strictly 
  744.       confidential,  and  will not be distributed by the author to any 
  745.       other party.
  746.  
  747.  
  748.       Name:___________________________________________________________
  749.  
  750.       Title:__________________________________________________________
  751.  
  752.       Company:________________________________________________________
  753.  
  754.       Mailing Address:________________________________________________
  755.  
  756.               ________________________________________________
  757.  
  758.          (Country):_________________ (Postal or ZIP Code):____________
  759.  
  760.       E-Mail Address:_________________________________________________
  761.  
  762.       Nature of Business:_____________________________________________
  763.  
  764.       I will use FileBrowser:  At Home:__________     At Work:_________
  765.  
  766.       On how many computers belonging to you
  767.       or your company will FileBrowser be used? ____________
  768.  
  769.       Specify  Type of Computer (Make,  Model) and Video Display (e.g. 
  770.       CGA, EGA, Hercules, Color, Monochrome):
  771.  
  772.       ________________________________________________________________
  773.  
  774.       How did you obtain FileBrowser?    (Check appropriate category).
  775.  
  776.       Downloaded from a BBS:________  From a Usenet Posting:__________
  777.  
  778.       From a Software Distributor:_______ (Specify):______________________
  779.  
  780.       From another user:________  Other (Specify):________________________
  781.  
  782.  
  783.       I  hereby  assent  to  the  terms of    the  license  for  use    of 
  784.       FileBrowser Version 1.00
  785.  
  786.       Signature:____________________________  Date:___________________
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793.  
  794.  
  795.       Please  use  the reverse of the registration form  to  make  any 
  796.       comments or suggestions, report bugs, etc.
  797.  
  798.  
  799.  
  800.       After completion of the form, please mail to:
  801.  
  802.                   David O. Tinker,
  803.                   RR 2, Group Box 50,
  804.                   GORMLEY, Ontario,
  805.                   Canada.
  806.                   L0H 1G0
  807.  
  808.  
  809.  
  810.  
  811.  
  812.  
  813.  
  814.  
  815.  
  816.  
  817.  
  818.  
  819.  
  820.  
  821.  
  822.  
  823.  
  824.  
  825.  
  826.  
  827.              FileBrowser 1.00 Manual - End
  828.  
  829.  
  830.  
  831.