home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / spread / supermac.zip / TV.DOC < prev   
Text File  |  1990-08-20  |  3KB  |  61 lines

  1.                   ╒══════════════════════════════════════╕
  2.                   │ TinyView (TV) Doc File - Version 1.0 │
  3.                   ╘══════════════════════════════════════╛
  4.  
  5.     Welcome to TinyView (called TV from here on)!  This program is the best
  6.     text file viewer your ever going to see.  It's tiny (958 bytes), it can
  7.     view ANY size text file,  it displays lines up to 1024 characters wide,
  8.     and it uses all 25 lines of your display.   How does TV do all of this?
  9.     Through the magic of assembler.   This  program is written in 100% pure
  10.     assembly language for the smallest, fastest program possible.  When you
  11.     want to view a file you type:
  12.  
  13.     TV filename.ext  (Paths and drive letters are fully supported)
  14.  
  15.  
  16.    ┌───────────────┐
  17.    │ HOW TO USE TV │
  18.    └───────────────┘
  19.     After  TV  loads  your file you will be presented with a FULL screen of
  20.     data WITHOUT any kind of status  line to clutter up your display.   How
  21.     do you go up and down through the file you ask?   You use the keys that
  22.     would make the most sense, of course!  The keys that TV uses are:
  23.  
  24.     PgUp - Go up 1 page
  25.     PgDn - Go down 1 page
  26.     Home - Go to the top of the file
  27.     End  - Go to the end of the file
  28.         - Move up one line
  29.         - Move down one line
  30.     ->   - Move screen right 10 columns
  31.     <-   - Move screen back to left margin
  32.     ESC  - Quit TV and exit to DOS
  33.  
  34.  
  35.    ┌────────────────┐
  36.    │ HIDDEN GOODIES │
  37.    └────────────────┘
  38.     Just because TV is small doesn't mean it's not potent.   (Have  any  of
  39.     you  ladies  heard  a  guy say that lately?).   TV filters and properly
  40.     displays ALL 256 characters from the IBM character set.   Who cares you
  41.     say?   You would if TV  didn't  do  that.    You  see,  some of the IBM
  42.     character set can produce "strange"  results  if  your  viewer  doesn't
  43.     properly  handle  the character.   Try using TV on a file that contains
  44.     the ASCII character number 9 (TAB), 10 (line feed), or a 12 (form feed)
  45.     and see what happens.   Now, use your file viewer and see what happens.
  46.     That's when you'll really appreciate the "hidden goodies" of TV!
  47.  
  48.  
  49.    ┌─────────────┐
  50.    │ FINAL NOTES │
  51.    └─────────────┘
  52.     One final note:  TV is to be considered a Public Domain program.   What
  53.     does  that  mean?    It  means that you can freely give this program to
  54.     anyone who wants a copy.   As a  matter of fact I encourage you to give
  55.     this program to everyone, whether or not they want it (grin)!  The only
  56.     stipulation to this offer is this:  you must include  the  file  TV.DOC
  57.     with evey copy of TV.COM that you give away.  Not too tough, huh?
  58.  
  59.     So use it, give it away, and enjoy it!
  60.     (Hey, I'm talking about my program - Get your mind out of the gutter!!)
  61.