home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / DOS_HELP / PCLEARN.ZIP / HELP.FB < prev    next >
Encoding:
Text File  |  1988-11-20  |  6.8 KB  |  135 lines

  1.  FILEBROWSER OPTIONS
  2.     FileBrowser must be loaded with the command line:
  3.                   FB [-options] [d:][\path\]FILENAME[.ext]
  4.     The "options" currently available are 'q','c','m','w' and 't', as follows:
  5.      q : (Quiet Load) - Omit display of title screen before loading file.
  6.      c : Use colour windows instead of black-and-white. Only one of 'c' or 'm'
  7.          may be specified.
  8.      m : Use black-and-white windows.  (This is the default option).
  9.      w : load a Wordstar (tm) document file: if omitted, the file is assumed
  10.          to be an ASCII file. (The extended ASCII character set is supported).
  11.      t : Do not expand tabs.  The 'Tab' character will appear as a distinctive
  12.          graphic (ASCII 09). If omitted, tabs are expanded to spaces.
  13.     If the command line is omitted, FB will prompt you to input information.
  14.          Filebrowser has a maximum line length of 79 characters - characters
  15.     in excess of this limit are wrapped to the next line.
  16.  
  17.  GETTING HELP ON FileBrowser COMMANDS
  18.     FileBrowser commands are entered from the Menu Bar (activated by pressing 
  19.     the "Ins" key). To execute a command from the Menu Bar, move the Highlight
  20.     to the desired command and press "Return".  To get help press "F2".
  21. 01
  22.  FILE
  23.  
  24.  The FILE command is used to copy part of the current file to a new
  25.  file.  You will be prompted for the new filename (which can include
  26.  optional drive and path, e.g. d:\path\file.ext).  If the file specified
  27.  already exists, you have the option of overwriting it or appending text
  28.  to it.  If you enter an illegal file name, an error message will pop up.
  29.  Press any key to remove the error message.
  30.  
  31.  After you have specified a file name, you will observe that the top line of
  32.  text in the main window is highlighted in reverse video, and a blinking
  33.  cursor appears on the next line.  You may move the cursor down to subsequent
  34.  lines - as this is done, the line above the cursor is marked. When you have
  35.  marked the desired number of lines, press the "Esc" key, and the marked lines
  36.  will be copied to the designated file (in ASCII format).
  37.  
  38.       The FILE command may be given while in 'Browse' mode by simply
  39.  pressing the "F" key;
  40. 02
  41.  PRINT
  42.  
  43.  The PRINT command is equivalent to the FILE command except that the marked
  44.  portion of the file is copied to the lineprinter (device PRN), instead of
  45.  to a disk file.  Note that the version of the current file that is printed
  46.  is the one in the FileBrowser buffer - due to line truncation, tabs expan-
  47.  sion, removal of Wordstar (tm) characters, this may *not* be identical to
  48.  the file on your disk!
  49.  
  50.       The PRINT command may be given while in 'Browse' mode by simply
  51.  pressing the "P" key;
  52. 03
  53.  BROWSE
  54.  
  55.  The BROWSE command is used to view the current file - it just
  56.  causes FileBrowser to enter 'Browse' mode, (which is the default
  57.  mode).  There are several options:
  58.     - To scroll through the file, use the Up and Down arrow keys to move up
  59.       or down a line; use the 'PgUp' and 'PgDn' keys to move up or down by
  60.       one page.  The 'Home' and 'End' keys move to the beginning or end of
  61.       the file, respectively.
  62.     - To move forward or back by <n> lines (where <n> is an integer):
  63.       first press the "+" key, then enter the value of <n> (you will get a
  64.       prompt to do this on the bottom line of the screen), then press the Down
  65.       arrow, or Up arrow as desired.
  66.    -  To automatically scroll forward or backward, press the "*" key (aster-
  67.       isk) followed by the Down arrow or Up arrow key.  To select the speed,
  68.       type an integer from 0 to 9. [9 = fast, 0 = slow, 5 = medium].
  69.       Press any key to stop scrolling.
  70.  When entering a value from the keyboard, use the Escape key to cancel input.
  71.  If the screen gets mangled for any reason, press Ctrl-L (^L) to redraw it.
  72. 04
  73.  SEARCH
  74.         FileBrowser incorporates a simple pattern matching function, which
  75.  may be used to locate a string of text in a file.  A 'pattern' can contain
  76.  words, (a 'word' is defined as a string of alphanumeric characters), and
  77.  the wildcard symbol "*".  The symbol "*" matches any number of words,
  78.  (including no words!).  Thus, the pattern "the * fox" will match all of the
  79.  strings: "the fox", "the brown fox", "the quick brown fox".  The symbol "*"
  80.  is only legal inside a pattern string.  Note also that 'words' in a pattern
  81.  cannot contain embedded punctuation characters.  For a full description of
  82.  the SEARCH algorithm, read the FileBrowser manual.
  83.  
  84.         When 'SEARCH' is invoked, you will be prompted to input a pattern.
  85.  FileBrowser will automatically process your input into a legal pattern (you
  86.  will have a chance to correct errors).  The search then proceeds forward
  87.  from the Top Line displayed in the main window,  and is on a line-by-line
  88.  basis (patterns extending over two lines are not found).  At each successful
  89.  'hit', the line which matches the pattern will be highlighted, and you will
  90.  be asked if you wish to continue.
  91.  
  92.  Note: The SEARCH command may also be given by simply pressing the "S" key.
  93. 05
  94.  SHELL
  95.  
  96.  The 'SHELL' command suspends FileBrowser and returns to the DOS operating
  97.  system.  To alert you that you have loaded another shell, the cursor will
  98.  change to a small flashing box instead of the normal flashing underscore.
  99.  
  100.  You may now carry out disk maintenance operations, run another program,
  101.  etc. The FileBrowser environment remains resident in memory; to return to
  102.  FileBrowser, type the command 'EXIT' at the DOS prompt.
  103. 06
  104.  EDIT
  105.       The "EDIT" command allows you to edit the current file using the
  106.  text editor of your choice.  You may specify the editor by setting the
  107.  DOS environment variable "EDITOR".  Suppose you wish to use the "emacs"
  108.  text editor, "memacs.exe";  then either in your AUTOEXEC.BAT file or
  109.  manually at the DOS prompt, give the command:
  110.                'set EDITOR=memacs'
  111.  Be sure that the file "memacs.exe" is in a directory specified by your
  112.  DOS path (environment variable "PATH").
  113.       If the environment variable "EDITOR" is not set, FileBrowser will
  114.  attempt to load the "vi" text editor.  Whatever text editor you choose,
  115.  it must be one that can accept the file name in the command line, e.g.
  116.  "vi myfile.doc".
  117.       When the "EDIT" command is given, FileBrowser writes a short Batch
  118.  file in the same directory as the file being browsed, loads the batch file
  119.  and exits;  the batch file then loads the editor, and after exiting from
  120.  the editor, re-loads FileBrowser with the edited version of the file.
  121.       The "EDIT" command may be given while in 'Browse' mode by simply
  122.  pressing the 'V' key.
  123. 07
  124.  QUIT
  125.  
  126.  This command is used to exit permanently from FileBrowser.
  127.  To exit temporarily, use the SHELL command.
  128.  
  129.  You may also exit from FileBrowser when in 'Browse' mode by
  130.  pressing the "Esc" key.
  131.  
  132.  When the QUIT command is given by either method, you will be
  133.  asked to confirm that you really do wish to leave FileBrowser
  134. 08