TextScroller v.1.0 (c)1994

TextScroller is a simple text viewing program that allows you to scroll
up and down through any ascii text file.  It is an interactive viewer
that allows you to scroll to any desired point in the text file.


 TextScroller Keys:

     (Up Arrow)     scroll up one line in text file

     (Down Arrow)   scroll down one line in text file

    Page Up          scroll up one page (screen) in text file

    Page Dn          scroll down one page (screen) in text file

    Home             scroll to the top of text file

    End              scroll to the end of text file

    Esc              quit viewing text file

  Also you can interrupt any action by pressing any other key.  For example,
  if you start scrolling to the end of the file you can interrupt this
  process at any point you wish by pressing any key.


 Usage:

 TS [drive:][path]filename [[drive:][path]filename [drive:][path]filename ...]

    [drive:][path]    Specifies the drive and directory of file(s) to list.
    filename          Specifies the file(s) to list.  Specify multiple
                      files by using wildcards.


 Examples:

 TS ORDER.TXT              Display ORDER.TXT (in current path)
 TS *.TXT                  Display all *.TXT files (in current path)
 TS C:\DOCS\*.DOC *.TXT    Display all *.DOC files in C:\DOCS\
                           and all *.TXT (in current path)
 TS ..\*.TXT               Display all *.TXT files in ..\ (one branch down)


