home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / read115b.zip / READ.DOC < prev    next >
Text File  |  1994-10-31  |  31KB  |  736 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                          READ 1.15b -  by Robert E. May
  7.  
  8.  
  9.  
  10.                                   Read Page 1
  11.  
  12.         This product is ShareWare. If you find it useful, please consider
  13.         registering. The Read product may not be sold or packaged,
  14.         either individually, or as part of any other product without the
  15.         express written consent of the author.
  16.         Read may not be changed or altered and then distributed without
  17.         the express written consent of the author. READ.DOC and READ.REG
  18.         files must accompany READ.EXE whenever READ is distributed.
  19.  
  20.         Use Read, give it to your friends and upload it to bulletin boards.
  21.         If you use Read for more than a 15 day "trial" period, please
  22.         register it. Remember that Registration will be appreciated and
  23.         will help the author fund future versions of Read.
  24.         If Read is used for business purposes site licenses are available
  25.         on request.
  26.         Read is not cripple ware. It is fully functional in all ways as
  27.         you have received it.
  28.  
  29.  
  30.  
  31.      REGISTRATION:
  32.         Please send your $15.00 registration fee for Registering:
  33.         A seperate form with the file name READ.REG has been
  34.         provided for your Registration.
  35.         If you like Read and want to use it, send the $15 in with the
  36.         READ.REG form filled out.Please add $3 for Shipping and handling.
  37.         By Registering Read, you will receive:
  38.  
  39.         * a disk with the latest versions of the READ files
  40.  
  41.         * notification of new versions
  42.  
  43.         * technical support via phone, 9am thru 10pm CENTRAL
  44.           Monday thru Friday.
  45.  
  46.         Please submit your name and address, so I may notify you of new
  47.         releases.
  48.         Give disk size you want, 5-1/4 360k or 3-1/2 720k.
  49.         By Registering you will be helping keep the ShareWare concept
  50.         growing and be PROUD of yourself.
  51.  
  52.      DISCLAIMER:
  53.         READ is offered to you on an as-is-basis without any guarantee
  54.         as to the correct functioning or fitness for specific purposes.
  55.         The author believes this program to work as described but you
  56.         use the  program entirely at your own risk.  The author will 
  57.         not be responsible for any hardware or software damage, loss 
  58.         of data, or incidental or consequential damage that may result
  59.         from its use, whether or not such use is in accordance with the
  60.         instructions.
  61.                                  Read Page 2
  62.  
  63.      OTHER SOFTWARE
  64.         -NOTICE-    -NOTICE-
  65.         Entries involving the following CopyRighted materials are
  66.         associated with the mark (***).
  67.         Any, or all are supported by Read, if present.
  68.         (***)FV.COM is supported and is copyrighted by Vernon D. Buerg
  69.         (***)PKUNZIP is supported and is copyrighted by PkWare.
  70.         (***)ARJ is supported and is copyrighted by Robert K. Jung
  71.         (***)LHA is supported and is copyrighted by Haruyasu Yoshizaki
  72.         (***)Q.EXE(Quick Edit) is supported and is copyrighted by SemWare.
  73.         (***)VPIC.EXE is supported and copyrighted by Bob Montgomery.
  74.  
  75.         Read will use one or all of the foregoing programs if they
  76.         are in your DOS path. Otherwise, Read will ignore the
  77.         commands for using these programs.
  78.  
  79.         The foregoing are excellent programs and are obtainable
  80.         from bulletin boards or ShareWare distributors such as
  81.         Public Brand SoftWare.
  82.  
  83.    
  84.      GETTING STARTED:
  85.  
  86.      COPYING READ:
  87.      In the following examples, **DO NOT** include (Enter) in your commands.
  88.      (Enter) has been included to indicate that you should press
  89.      the Enter key at that time.
  90.  
  91.      Copy the .EXE file to your working disk, or into a subdirectory on your
  92.      hard disk. Select a subdirectory that is in your DOS PATH and you will
  93.      be able to use READ from anywhere on your system.
  94.  
  95.      You may  rename READ.EXE any  convenient name,  such as
  96.      R.EXE,  RD.EXE, or just leave  it as READ.EXE.
  97.      For example, place the READ disk in drive A: and enter the commands:
  98.  
  99.             A: (Enter)
  100.             COPY READ.EXE C:\ (Enter)
  101.  
  102.      to copy READ to the root directory of your C: drive.
  103.  
  104.      Start Read by typing
  105.      READ (Enter)
  106.  
  107.      Another approach would be to make READ it's own subdirectory.
  108.      Place the READ disk in drive A:
  109.  
  110.      From, hard drive C:
  111.      CD\ (Enter)
  112.      MD READ (Enter)
  113.      CD READ (Enter)
  114.      COPY A:READ.EXE (Enter)
  115.                                 Read Page 3
  116.  
  117.      Then modify your AUTOEXEC.BAT file as follows.
  118.      Add this line.
  119.  
  120.      SET PATH = C:\READ;
  121.      With this approach you would, once again, be able to run READ
  122.      from anywhere in your system.
  123.  
  124.      PRINTING READ.DOC:
  125.  
  126.      To print the READ.DOC, set your printer for six lines per inch,
  127.      and 10 characters per inch.(the usual default setting)
  128.      Then, use redirection.
  129.      example,
  130.  
  131.  
  132.                         TYPE READ.DOC > PRN (Enter)
  133.  
  134.      You may also use redirection in another way.
  135.      example,
  136.                         COPY READ.DOC PRN (Enter)
  137.  
  138.     CONFIG.SYS:
  139.  
  140.     You should have a config.sys file in the root directory of
  141.     drive C:
  142.     The config.sys file should have the following entries:
  143.     FILES=20
  144.     BUFFERS=10
  145.     You may create the config.sys file with EDLIN or DOS 5 EDIT.
  146.     Be sure the file is a pure ASCII file such as the foregoing editors
  147.     create.
  148.     For further instruction on AUTOEXEC.BAT and CONFIG.SYS files
  149.     see your DOS manual.
  150.  
  151.  
  152.          -----------------------------------------------------------------
  153.                                      Read
  154.                             Some notes on printing.
  155.          -----------------------------------------------------------------
  156.  
  157.     In the following documentation all non printable characters have
  158.     been changed. Hopefully, with not too much loss of instruction.
  159.     Most printers will not print hex 10 thru 20 so:
  160.  
  161.     ^  means up arrow, v means down arrow and >> is a pointer,
  162.     < left arrow and > right arrow.
  163.     Shading is used for selections in Read. I have used > , since
  164.     the shading will not print. Also, lines have been changed to ---  (dash)
  165.  
  166.                                      Read Page 4
  167.      ----------------------------------------------------------------------
  168.                                        Read
  169.     The following illustrates the root directory of drive C: in a computer
  170.     where Read was tested.
  171.      ----------------------------------------------------------------------
  172.                                                                             
  173.     Total Entries: 47         Volume Label DISK_C         Mon Dec 21, 1992
  174.                             Directory of C:\*.*                             
  175.     Entry Number: 15         Files have 428118 Bytes      Time: 06:02:11 PM
  176.                                                                             
  177.                                                                             
  178.        [AP]           [FD]           [EDOS]         [WALT]
  179.        [ARC]          [FDNODE]       [QEMM]         AUTOEXEC.BAT
  180.        [DATA]        >[FOX]          [RA]           COMMAND.COM
  181.        [BAT]          [GAMES]        [READ]         CONFIG.SYS
  182.        [BOB]          [GIF]          [READS]        IO.SYS
  183.        [C]            [LAN]          [SCAN]         MIRORSAV.FIL
  184.        [CDROM]        [LASER]        [SCIENCE]      MIRROR.BAK
  185.        [COM]          [MISC]         [SDOS]         MIRROR.FIL
  186.        [COPY]         [NA]           [COMPRESS]     MSDOS.SYS
  187.        [MENU]         [PCM]          [TC]           QDOS.LOG
  188.        [DOS]          [PCT]          [TEL]          WINA20.386
  189.        [ED]           [QA]           [TURBOC]
  190.                                                                             
  191.             Total Disk Space 130279424 bytes *** 55613440 bytes Free        
  192.      --------------------------------------------------------------------
  193.     |    Keys: > < ^v PgDn PgUp Enter(Chg Dir or Read File) Q)uit-F1 Help |
  194.     |              ||    Enter to Change Directory to C:\FOX              |
  195.      --------------------------- Unregistered ----------------------------
  196.                    ||
  197.                    |down arrow
  198.                    up arrow
  199.    In the entries [    ] indicates a directory. Just highlight it
  200.    and press the Enter key to change to that directory.
  201.    In the example above we are in 5 column mode. Press 2 for a 2 column
  202.    mode which will reveal File size, Date and Time.
  203.  
  204.                                    Read Page 5
  205.  
  206.     ---------------------------------------------------------------------
  207.                                     Read
  208.    The following shows the files in the BAT(batch) directory of drive C:
  209.    in a machine Read was tested on.
  210.  
  211.     ---------------------------------------------------------------------
  212.     Total Entries: 78         Volume Label DISK_C         Mon Dec 21, 1992
  213.                           Directory of C:\BAT\*.*                           
  214.     Entry Number: 19         Files have 1668095 Bytes     Time: 06:02:48 PM
  215.                                                                             
  216.                                                                             
  217.      [..]           BNU.COM        DR.COM         GIF.BAT        PARK.EXE
  218.      172B.BAT       BNU.SYS        DUPEA.BAT      KEYCFG.SET     PAY.BAT
  219.      2D.COM         CLEAN.EXE      DUPEB.BAT      L.COM          PCSHELL.BAT
  220.      4D.COM         COLDBOOT.COM   E.BAT          L.DOC          PRUNE.COM
  221.      720A.BAT       CONFIG.SYS     FDFORMAT.DOC   LTMOUSE.BAT    Q.BAT
  222.      720B.BAT       D.EXE          FDFORMAT.EXE   MOUSE.COM      CONFIG.DAT
  223.      800A.BAT      >DELAY.EXE      FDREAD.EXE     MSD.EXE        CONFIG.EXE
  224.      820A.BAT       DELE.BAT       FILL.EXE       MSMOUSE.BAT    DOS.BAT
  225.      AUTOEXEC.BAT   DIRMATCH.COM   FIND.EXE       MTEST.COM      EDIT.DOC
  226.      BBS.BAT        DISK.EXE       FLIP.COM       MUV.EXE        EDIT.TXT
  227.      BE.COM         DOSINP.DOC     FLIP.DOC       NO.COM         QM.BAT
  228.      BE.EXE         DOSINP.EXE     FRONT.BAT      PAN.EXE        R.EXE
  229.                                                                             
  230.             Total Disk Space 130279424 bytes *** 55613440 bytes Free        
  231.       ----------------------------------------------------------------------
  232.      |    Keys: > < ^v PgDn PgUp Enter(Chg Dir or Read File) Q)uit-F1 Help  |
  233.      |      READ >> (DELAY.EXE)     29776 Bytes Date 11/24/89 Time 16:35    |
  234.       --------------------------- Unregistered ----------------------------      ----------------------------------------------------------------------
  235.     Note in the above example:
  236.     Number of entries and entry you are at is shown. Location on the
  237.     hard drive (path) is shown. Date and running time are also shown.
  238.     Disk space and space free are shown above the status bar.
  239.     In the status bar note the information. File name, File size, date and
  240.     time  of last file change.
  241.     Just highlight the file you want to Read and press Enter.
  242.  
  243.            A summary of keys for mainpulation follows.
  244.      _________________________________________________________________
  245.    Move with Home, End, PgUp, PgDn - Up, Down, Left and Right Arrow keys
  246.  
  247.     Quit and save a screen by pressing Escape, X, or Q
  248.     Quit with a clear screen by pressing the F10 key
  249.  
  250.     Highlight and press Enter to Change Directories or Read Files
  251.  
  252.     Rename a File with the R key. B changes back from subdirectories
  253.     to the root
  254.                                                                             
  255.     Delete a file with the D key. Press 2 for two columns, 5 for five
  256.  
  257.     Copy a file with the C key. Alt-T Test a ZIP file's integrity
  258.                                       (***)
  259.     Move a file with the M key. SortDir with the S key. Alt R, Rename
  260.     a Directory. Ctl-M, Make a Directory. Ctl-R, Remove a Directory.
  261.     Highlight a zip file and press U to Pkunzip it.
  262.  
  263.                                  Read Page 6
  264.  
  265.  
  266.  
  267.                                                                             
  268.     Change Drive and Path by pressing the N key
  269.  
  270.     Tab or U Extract ARJ, LZH or ZIP archive contents to a specified path
  271.  
  272.     Shift-Tab  Read the Directory of an ARJ, LZH or ZIP file and Extract
  273.     files and Read them. (***)
  274.  
  275.     Alt-D Go to DOS, E Execute(Run) a File, Alt-S ScanDir, Alt-F10 Color Help
  276.                                                                             
  277.     Alt-A DOS commands, Alt-G view PICS, V view ZIP, ARC Etc Dir's
  278.                                  (***)         (***)
  279.  
  280.     A  Highlight a file and press A. The files Attributes will be displayed.
  281.  
  282.      ----------------------------------------------------------------------
  283.                                     Read
  284.      Color configuration while in the directory portion
  285.     -----------------------------------------------------------------------
  286.  
  287.  
  288.         Use Alt-F1 to toggle Text Foreground 
  289.                                                                             
  290.         Use Alt-F2 to toggle Text Background
  291.                                                                             
  292.         Use Alt-F3 to toggle Pointer High Light Colors
  293.                                                                             
  294.         Use Alt-F4 to toggle Status window Foreground
  295.                                                                             
  296.         Use Alt-F5 to toggle Status window Background
  297.                                                                             
  298.         Use Alt-P to Save your color changes
  299.         to READ.CFG. Read will use them next time.
  300.  
  301.                                   Read Page 7
  302.  
  303.  
  304.  
  305.      ------------------------------------------------------------------------
  306.                                      Read
  307.      The following shows a few lines from the Fido Nodelist for illustrative
  308.      purposes.
  309.      ------------------------------------------------------------------------
  310.  
  311.      
  312.    17,Fido_V12_Software_Help,Centreville_VA,Tim_Jasionowski,1-703-222-0180,240
  313.    18,Qtach2/QNX_Help,Jamison_PA,Thomas_Lynch,1-215-491-0919,9600,CM,HST,XA
  314.    19,Maximus_Help,Orleans_ON,Chris_Grainger,1-613-830-2802,9600,CM,XA,HST,V32
  315.    20,RemoteAccess_Help_USA,Tulsa_OK,Bruce_Bodger,1-918-254-6618,9600,CM,XA,HS
  316.    22,TIMS_Help,Littleton_CO,G_W_Funk,1-303-973-9454,9600,CM,XA,HST
  317.    24,GSBBS_Help,Holcomb_NY,Michelangelo_Jones,1-716-657-7443,9600,CM,XA,V32,V
  318.    25,ProFlex_Help,San_Diego_CA,Joe_Pasquarello,1-619-587-9825,9600,CM,XX,HST,
  319.    28,Star-Net/Paragon_Help,N_Grafton_MA,Eric_Drewry,1-508-839-4597,9600,CM,XW
  320.     -------------------------------------------------------------------------
  321.    | Keys: >< ^v PgDn PgUp End Home M)ark F)ind Q)uit-F1 Help [NODELIST.353] |
  322.    |  T 450   H 0             File Date 12/21/92 @ 06:03:46                  |
  323.     -------------------------------------------------------------------------
  324.     Note that that the top line is 450.(T 450). Horizontal position
  325.     is H 0. You may scroll left or right by using the left and right arrow
  326.     keys. Ctrl Right arrow will go to H 0 again.
  327.     The following is a summary of key strokes.
  328.     -------------------------------------------------------------------
  329.  
  330.     Use PgUp, PgDn, Home, End - Up, Down, Left and Right Arrow keys
  331.     Quit with a clear screen by pressing the Escape, X or Q key
  332.     Quit and save the screen by pressing the F10 key
  333.  
  334.  
  335.     F or / to Find text(non-case sensitive), S for case sensetive search
  336.                              F3 to Find again 
  337.  
  338.     Go to DOS by using the Alt-D key combination
  339.  
  340.     Press M to MARK a screen starting at the top of the screen
  341.     Press DN Arrow, Up Arrow, Ctl End or PgDn to MARK the section you want
  342.     Press U to Unmark text at any time
  343.     Press M after MARKING and you will be prompted for
  344.     a F)ile, P)rinter, S)ame File or N)othing. Choose  F, P, S or N.
  345.     Your MARKED screen will be sent to a File, the Printer or cleared
  346.     Ctl-T toggles Tab expansion off and one. The default is expand Tabs.
  347.     Ctl-LF Arrow, all the way left. Ctl-RT Arrow, all the way right.
  348.     Alt-E invokes Editor. Alt-R toggles ruler. Alt-L goes to a line.
  349.             (***)
  350.     Grey + moves active Ruler down, Grey - moves active Ruler up.
  351.     T means Top line #, H means Horizontal Pos, and L means last line #
  352.     --------------------------------------------------------------------
  353.                                  Read Page 8
  354.  
  355.  
  356.     EXTENDED DETAILS:
  357.  
  358.     Read is primarily for viewing ASCII files.
  359.     It will read binary file...ie com, exe Etc. but will do no searches
  360.     or mark and copy segments.
  361.  
  362.     CAPACITY:
  363.  
  364.     Read will Read ASCII files that have 50,000 lines.
  365.     Read has been tested on a text file with 48,671 lines and had no problems.
  366.     The file was over 6 megabytes long.
  367.     The max number of entries in a given directory is 512.
  368.     Of course, Scandir should still work on a CD-Rom.
  369.  
  370.     RENAME:
  371.  
  372.     Hilite the desired file and press the R key. You will be prompted
  373.     for a new name for the file. Type in the new DOS name and press
  374.     Enter and the file will be renamed.
  375.  
  376.     DELETE:
  377.  
  378.     Hilite the desired file and press the D key. You will be prompted "Delete
  379.     (Y/n)". If you press N the prompt disappears. If Y, the file will
  380.     be deleted from disk.
  381.  
  382.     MOVE:
  383.  
  384.     Hilite the desired file and press the M key. You will be prompted
  385.     for a new path for the file. Type in the new DOS path and press
  386.     Enter and the file will be copied to that location.
  387.     You will then be prompted as to whether to delete the file
  388.     or not - (Y/n). Y and it is deleted. N and it is not.
  389.  
  390.     NEW PATH:
  391.  
  392.     Press the N key and a prompt will appear. Type in a new drive and
  393.     path and you will be changed to that path on the new drive.
  394.  
  395.     DIRECTORY SORT:
  396.  
  397.     Directory Sort is invoked with the S Key
  398.  
  399.     F)ile, Sorts by Filename ( the default )
  400.  
  401.     E)xtension, Sorts by Extension. All files with say an extension of DOC
  402.     will be Grouped together. So will BAT, COM, EXE..Etc.
  403.  
  404.     D)ate, Sorts by date and time (Oldest first, Newest last ).
  405.  
  406.     S)ize, Sorts by number of bytes in files (Smallest first, Largest last)
  407.  
  408.     N)one, Sorts and leaves the directory very much the same as DOS
  409.     does.
  410.  
  411.                                  Read Page 9
  412.  
  413.  
  414.     GO TO DOS:
  415.  
  416.     Press the Alt-D combination and you will go into DOS shell mode.
  417.     Do what you want in DOS and type "EXIT" to return to Read.
  418.  
  419.     DOS COMMANDS:
  420.  
  421.     Alt-A makes it possible for the user to issue their own complete DOS
  422.     command.
  423.  
  424.  
  425.     COLORS:
  426.  
  427.     Alt-F10 actuates the color help screen.
  428.     Read can be configured for colors on a more permanent basis.
  429.     Wherever, you put Read on your Hard Drive a small file named READ.CFG
  430.     will be created, if you choose to make colors permanent. (Come up same
  431.     every time. )
  432.     Read may be renamed R.EXE or what you like..the READ.CFG will be created
  433.     anyway. You may update colors any time you wish and READ.CFG will change.
  434.     Configure for the colors you want and then use Alt-P to write your
  435.     selections to READ.CFG
  436.  
  437.     GO TO A LINE:
  438.  
  439.     Read will go to the line in text you specify. (Doesn't work for Binary
  440.     files )
  441.     Use the Alt-L key combination and you will be prompted for the Line Number
  442.     you want to go to.
  443.  
  444.     FV.COM(***)
  445.  
  446.     Read incorporates viewing ARCHIVE Directories such as ZIP, LZH and Etc.
  447.  
  448.     Requirement:
  449.     You MUST have Vernon Buerg's FV.COM in your DOS path.
  450.     Viewing is brought on with the Alt-V key combination.
  451.     Obtaining FV.COM is the Read user's responsibility.
  452.  
  453.     VPIC.EXE(***)
  454.  
  455.                                  Read Page 10
  456.  
  457.     Read incorporates viewing PICs such as GIF, PCX
  458.     Etc.
  459.     Requirement:
  460.     You MUST have Bob Montgomery's VPIC.EXE in your DOS path and
  461.     VPIC must be configured for your monitor and card. Montgomery's
  462.     vpic viewer must also be named VPIC.EXE
  463.     Viewing is brought on with the Alt-G key combination.
  464.     You may view every PIC in a directory. You'll be returned to Read
  465.     when you exit VPIC.
  466.     VPIC is available on most BBS's as VPICxxx.ZIP. Obtaining that
  467.     program is the Read user's responsibility.
  468.  
  469.     ATTRIBUTES:
  470.  
  471.     High Light a Directory or a file in directory mode and press A.
  472.     The file or directory's attributes will be shown.
  473.     (ie Hidden, System and Etc.)
  474.  
  475.     Q.EXE(***)
  476.     Read incorporates Editing the file you
  477.     are Reading.
  478.     Quick Edit must be in your DOS path as Q.EXE
  479.     The Editing will begin at the Bottom line appearing on the
  480.     Read screen. After Editing your ASCII file you may see changes
  481.     by using the down arrow key.
  482.     Editing is brought on by the Alt-E key combination.
  483.     ( Doesn't work with Binary files such as COM and EXE. )
  484.  
  485.     Requirement:
  486.     You must have Q.EXE.
  487.     This file is contained in QEDITxxx.ZIP, which is available on
  488.     bulletin boards.
  489.     Quick Edit is a fast, award winning ShareWare Editor and is
  490.     in very wide use. I reccommend it to anyone wanting a good
  491.     fast editor.
  492.     Note:
  493.     Read should be swell for revising text items.
  494.     Items may be found quickly with Read and then use Quick
  495.     Edit from within Read to edit. Should make editing fast since
  496.     Read delivers one to the right place in the text for Q.EXE
  497.     to edit. Make changes with Quick Edit and use Alt-Y to save
  498.     them. Then use Alt-X to exit Quick Edit back to Read.
  499.  
  500.  
  501.     SCANDIR:
  502.  
  503.     Read Scans Directories and gives a report containing total
  504.     directories, total files, clusters occupied by files, disk space
  505.     occupied by files and Etc.(Hidden, system, read-only files not included)
  506.  
  507.     Example:
  508.     I have FoxPro installed on drive C: in a directory I named FOX just
  509.     off the root of C:. FoxPro has a multitude of Sub-directories.
  510.     With ScanDir in Read, all I have to do is change directory with Read
  511.     to C:\FOX and use the Alt-S Key. ScanDir, scans the C:\FOX
  512.     dir and all it's Sub-directories, and I can find out how much disc
  513.     space FoxPro is actually using.
  514.  
  515.                                      Read Page 11
  516.  
  517.  
  518.     PKUNZIP(***)
  519.  
  520.     Read will test the integrity of a ZIP file or Pkunzip a ZIP file.
  521.     PkWare's PKUNZIP.EXE is required in the DOS path and must be
  522.     named PKUNZIP.EXE
  523.     The Test is brought on by the Alt-T key combination.
  524.     Pkunzip a file by using the U key. A prompt for path will appear.
  525.     leave the path blank for present directory or enter path.
  526.  
  527.     DIRECTORY COLUMNS:
  528.   
  529.     The directory has a two column or five column display (default)
  530.     Press 2 for a two column directory display or 5 for 5 columns.
  531.     Two columns is handy for comparing file dates, sizes and time.
  532.  
  533.     SCREEN BLANKER:
  534.  
  535.     Read has a screen blanker. The Directory screen blanks after
  536.     one minute with no keys pressed.
  537.     The blanking is done with "Press any Key" showing. From all I can
  538.     find out myself, this sort of blank is the easiest on monitors.
  539.  
  540.     MONO MODE:
  541.  
  542.     The use of /M is supported on the command line.
  543.     READ /M brings Read up in Mono mode. Try mono mode if you
  544.     have color difficulty.
  545.  
  546.     RULER:
  547.  
  548.     The ruler is toggled on and off by using Alt-R
  549.     The ruler position is at 10 from the top of the
  550.     screen enabling one to measure the number of spaces in a
  551.     given line you are viewing.
  552.     Grey + moves active Ruler down, Grey - moves active Ruler up.
  553.  
  554.     TEXT SEARCH:
  555.  
  556.     Read will do a case sensitive search of ASCII files.
  557.     The case sensitive search is brought on by pressing the S key
  558.     while reading an ASCII file.
  559.  
  560.     Example:
  561.     / or F would prompt for input. Type in JOHN DOE and if John Doe
  562.     exists, Read will find it.(non-case sensitive)
  563.     S would prompt for input, but JOHN DOE would be found only if
  564.     the text has JOHN DOE in it.(case sensitive)
  565.  
  566.     PRINT A WHOLE FILE:
  567.  
  568.     Press Shift-P to print a whole file (ASCII only). If you make a
  569.     mistake and need to stop printing press Q. Printing is done
  570.     to LPT1.
  571.                                  Read Page 12
  572.  
  573.  
  574.  
  575.     MARKING TEXT:
  576.  
  577.     Press M to MARK a screen starting at the top of the screen
  578.     Use the Dn Arrow, Up Arrow, Ctl End or PgDn keys to MARK the section you
  579.     want. Ctl End will mark the remainder of the file. Hit any Key to STOP!
  580.     The marked area will appear in inverse video. (Light Gray) and the area
  581.     may be revised with the Up and Down Arrow Keys.
  582.     You may press U to Unmark text at any time.
  583.  
  584.     Use M after MARKING the text you want and you will be prompted for
  585.     a F)ile, P)rinter , S)ame File or N)othing.
  586.  
  587.     Press F and you will be prompted for a DOS file name. Type in
  588.     the file name and press enter. The marked text will be copied to
  589.     the file you chose. This sort of marking may be done repeatedly
  590.     as the text will be appended to the end of the file if it already
  591.     exists. You may use Same File if you want to use the same file name
  592.     you entered previously wit the F option.
  593.     Use P and your marked text will be sent to the printer. (LPT1
  594.     is the printer port used)
  595.  
  596.     Press N and the screen will be unmarked. N is just a feature in
  597.     the event you change your mind.
  598.  
  599.     EXECUTE (Run) A FILE:
  600.  
  601.     Hilite the desired file and press the E key.
  602.     You may enter command line parameters, if any. Also if you change
  603.     your mind about running the file press Escape in command parameters.
  604.     The file will be Run(invoked). Of course the file must be a BAT,
  605.     COM or EXE file.
  606.  
  607.     RENAME A DIRECTORY
  608.  
  609.     Hilite the desired directory and use Alt-R. You will be prompted
  610.     for a new name for the given directory. Type in up to 8 characters
  611.     and press Enter and the directory will be renamed.
  612.  
  613.     CREATE A DIRECTORY
  614.  
  615.     Use the Ctl-M and you will be prompted for a new directory
  616.     name. Type in up to 8 character and press Enter.
  617.     The directory name you entered will be created. Of course,
  618.     the directory name you chose must not duplicate a directory
  619.     that already exists.
  620.                                  Read Page 13
  621.  
  622.  
  623.     REMOVE A DIRECTORY
  624.  
  625.     Hilite the directory you wish to remove and use the Ctl-R key
  626.     combination. The directory will be removed.
  627.     In this instance, the direcory you are removing must not have
  628.     any files in it and must have no subdirectories.
  629.     If files or a subdirecory exist, you will be notified of that
  630.     fact and then returned to the Read directory.
  631.  
  632.  
  633.     GO BACK TO ROOT DIRECTORY.
  634.  
  635.     If you are in a directory or subdirectory, just press the B
  636.     key and you will be moved to the root diectory immediately.
  637.  
  638.     WILDCARDS
  639.  
  640.     Read will now accept command line wildcards as long as * is included.
  641.     Example:
  642.     Read C:\NEW\*.DOC
  643.     Will cause Read to open all files in the C:\NEW directory with the
  644.     extension DOC. Each file will be opened in turn. Move to the next file
  645.     by pressing X or Escape. Break up the procedure by pressing F10.
  646.     Read C:\NEW\L*.DOC Should filter so that only files beginning with L and
  647.     ending with DOC are included.
  648.  
  649.  
  650.     WRAP TEXT
  651.  
  652.     Read will read text lines longer than 80 characters by wrapping
  653.     them so the screen is full.
  654.     The W key toggles the wrapping on and off.
  655.     No marking may be done with wrap on.
  656.     Also, the left and right arrow keys are not active with wrap on,
  657.     since there is no need to scroll to the right.
  658.     With WRAP ON the line count shown is not accurate!
  659.     
  660.     TOGGLE TAB EXPANSION
  661.  
  662.     Ctl-T  Toggles Tab Expansion. The default for Tab Expansion
  663.     is Expand Tabs.
  664.  
  665.     EXTRACT ARCHIVE
  666.     ARJ(***)
  667.     LZH(***)
  668.     ZIP(***)
  669.     Highlight the archive you wish to extract and Press the
  670.     Tab key.
  671.     You will be prompted for a path for extraction of the files
  672.     in the archive.
  673.     ARJ.EXE, LHA.EXE and/or PKUNZIP.EXE must be in your DOS path for
  674.     the extraction to take place.
  675.     Otherwise, the commands will be ignored.
  676.  
  677.                                  Read Page 14
  678.  
  679.  
  680.     EXTRACT or VIEW File
  681.     ARJ(***)
  682.     LZH(***)
  683.     ZIP(***)
  684.     Highlight the archive you wish to view or extract from and Press
  685.     Shift-Tab key combination.
  686.     A directory of the Archive will be presented on the screen.
  687.     Align the arrow with the file you wish to Extract and Read
  688.     and press Enter to Read the file.
  689.     ARJ.EXE, LHA.EXE and/or PKUNZIP.EXE must be in your DOS path for
  690.     the extraction to take place.
  691.     Otherwise, the commands will be ignored.
  692.  
  693.         WARNING:
  694.     Read creates temporary files in the directory you are in.
  695.     If you are unsure of space available, copy the Archive to be
  696.     acted on to a directory on your Hard Drive.
  697.     Needless to say, this feature was not meant for floppies
  698.     and NO write protects as Read will crash.
  699.  
  700.     NOTES ON UNCOMPRESSION
  701.  
  702.     To Uncompress a file, hilite the file and press the Tab key.
  703.     You will be prompted for the Path to uncompress the file to.
  704.     If the file chosen does not have an ARJ, LZH or ZIP extension,
  705.     you will be prompted for the compression used.
  706.     Example:
  707.     Suppose you hilite the file SOMETHING.EXE and press the Tab key,
  708.     you will be prompted as follows:
  709.  
  710.     Is SOMETHING.EXE (A)RJ, (L)ZH ,(Z)IP or (Q)uit
  711.  
  712.     If you are uncertain just Press Q and the process is over.
  713.     Otherwise choose the Compression technique used.
  714.  
  715.                                  Read Page 15
  716.  
  717.  
  718.  
  719.     READ.EXE was written and compiled with Turbo C++ version 3.0
  720.  
  721.     READ.EXE was compressed with LZEXE v0.91, compliments of
  722.     Fabrice BELLARD from GRABELS(FRANCE).
  723.  
  724.     The program has been tested with machines using the 8088, 80286
  725.     80386 and 80486 processors.
  726.  
  727.     Read will run under DOS versions 3.3, 4.01, 5.0, 6.0 and 6.2.
  728.     Older versions have not been tested.
  729.  
  730.     The program has been tested with Mono, CGA, EGA and VGA monitors.
  731.  
  732.     The program uses conventional DOS memory and has been tested
  733.     on machines with 512 and 640k DOS memory.
  734.  
  735.  
  736.