home *** CD-ROM | disk | FTP | other *** search
/ ftp.update.uu.se / ftp.update.uu.se.2014.03.zip / ftp.update.uu.se / pub / rainbow / msdos / decus / RB141 / browse.doc < prev    next >
Text File  |  1995-06-04  |  4KB  |  129 lines

  1.  
  2. BROWSE.COM should only be run on a DEC Rainbow under MS-DOS V2.0
  3. or higher.
  4.  
  5. Type the following command for instructions on using BROWSE.COM.
  6.  
  7.     BROWSE BROWSE.DOC
  8. =================================================================
  9. BROWSE.COM
  10.  
  11.     Display a file on the screen.  Allows forward and backward
  12.     movement through file using cursor keys and editing keypad.
  13.  
  14.  
  15. Format of command:
  16.  
  17.     BROWSE filename {/W} {/C}
  18.  
  19.  
  20. Parameters:
  21.  
  22.     filename : name of file to be displayed
  23.  
  24.     /W       : Wordstar mode - Strips out high bit of each character
  25.              : default is to display characters as they are in the file
  26.  
  27.     /C       : Change screen mode to 132 column mode
  28.              : default is 80 column mode
  29.              : When BROWSE is Exited, the screen is restored to
  30.              : the original mode.
  31.  
  32. Press "Next Screen" for more instructions.
  33. Active keys:
  34.  
  35.     The keys were chosen to be similar to those used in DIBEM by
  36.     Dan Pleasant, Newton MA.  This programs does not work with DIBEM.
  37.  
  38.     Find          : (Home) - moves to the beginning of the file
  39.     Select        : (End)  - moves to the end of the file
  40.     Prev Screen   : moves backward one screen
  41.     Next Screen   : moves forward one screen
  42.     (up arrow)    : moves up one line in the file
  43.     (down arrow)  : moves down one line in file
  44.     (right arrow) : moves right 8 columns in file
  45.     (left arrow)  : moves back to first column in file
  46.     Insert Here   : Switch between 80 and 132 column modes
  47.     Remove        : Switch WordStar mode on or off
  48.     Exit          : exit to DOS
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56. Press "Next Screen" for Considerations
  57. Considerations:
  58.  
  59.   * BROWSE truncates lines at the right edge of the display instead
  60.     of wraping onto the next line.
  61.  
  62.   * BROWSE expands tab characters (ASCII 9) to the next eight-character
  63.     boundary.  It ignores carriage returns (ASCII 13) and breaks lines at line
  64.     feeds (ASCII 10).  It also ignores end of file characters (ASCII 26).
  65.     All other characters are displayed on the screen.
  66.  
  67.   * BROWSE does not stop when it hits an end of file character.  You can
  68.     use it to look at ASCII messages in non-ASCII files such as .COM,
  69.     .EXE, or .BAS.  Using WordStar mode will reduce the corruption
  70.     of the screen.
  71.  
  72.   * BROWSE can handle files of any size.
  73.  
  74.   * BROWSE resets the screen mode when it exits.  You should not use
  75.     Ctrl-C to exit because the cursor will disappear permanently.
  76.  
  77.  
  78.  
  79.  
  80. Press "Next Screen" for Error Messages
  81. Error messages:
  82.  
  83.     Requires DOS 2.0 or above
  84.     BROWSE uses file handles.  It will not work under DOS 1.x.
  85.  
  86.     Not enough memory
  87.         BROWSE requires a 32K buffer for the file.  Therefore, about
  88.     33K of memory is required to run BROWSE.
  89.  
  90.     File not found
  91.     A file name was not included on the command line, or the file
  92.     was not found.
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104. Press "Next Screen" for Credits and Change History
  105. Credits:
  106.  
  107.     Original program from Charles Petzold, "Just looking, thank you",
  108.     PC Magazine, Vol. 5 No. 6, March 25 1986, p. 253.
  109.  
  110.     Modified for DEC Rainbow by:
  111.     Robert G. Simpson
  112.     2839 Dolores Drive
  113.     Library, PA  15129
  114.  
  115.     I would be interested if anyone finds this program useful.
  116.     Please send comments to the address above or leave a message
  117.     for me on SYS$OUTPUT Fido 129/38 (412-854-0511), Library PA.
  118.  
  119.  
  120. Change History:
  121.     07/03/87 V2.2 - Fixed bug which caused last line to be omitted if it
  122.                     had no LF.  Changed default screen mode to 80 columns.
  123.     04/27/87 V2.1 - Added capability to toggle screen mode and Worddstar mode on
  124.                     and off.  Added feature to restore original screen mode.
  125.     04/27/87 V2.0 - Changed display from DOS function 40h to fast video INT 18h.
  126.     04/25/87 V1.0 - Revised BROWSE.COM from PC Magazine.
  127.  
  128. Press "Exit" to return to DOS.
  129.