home *** CD-ROM | disk | FTP | other *** search
/ Home Edutainment Collecti… Childrens English Tutor / Aztech-HomeEdutainmentCollection-Vol3-ChildrensEnglishTutor.iso / mindrdr / smooth.doc < prev    next >
Text File  |  1989-01-24  |  2KB  |  36 lines

  1.  
  2. SMOOTH.COM
  3. Command
  4.  
  5. Michael J. Mefford
  6. 1989 No. 3 (Utilities)
  7.  
  8. Purpose:    An EGA or VGA text-browsing utility that makes reading from the
  9. screen easier by providing smooth scrolling in either direction at
  10. user-selectable speeds.
  11.     
  12. Format:    SMOOTH filespec [/W][/Snn][Cmmm]
  13.     
  14. Remarks:    The filespec entered with SMOOTH is a filename plus any required
  15. drive and path information.  The optional /W switch strips the "high bit" from
  16. WordStar document files.  The optional /Snn switch sets the scrolling speed,
  17. where nn is a decimal number that represents twice the number of pixel rows to
  18. be scanned on each screen refresh cycle.  The default value for nn is 3.  For
  19. comparative purposes, the DOS TYPE command used with an EGA (14 pixel rows per
  20. character) would have an nn of 28.  The optional /Cmmm sets the foreground and
  21. background colors according to:
  22.  
  23.     mmm = Foreground color + (Background color * 16)
  24.  
  25.     The foreground and background color numbers are given in the BASIC
  26. manual under the heading, Color statement.  The default is 23 (white letters on
  27. a blue background).
  28.  
  29.     The up-arrow and down-arrows set the scrolling direction, and PgUp and
  30. PgDn flip a screen page. The Home and End keys go directly to the top and bottom
  31. of the file.  Pressing the space bar (or the numeral 0) freezes the screen,
  32. which can be restarted by pressing any key.  Hitting Esc cancels SMOOTH and
  33. returns to DOS. Pressing the plus and minus keys speeds up or slows down the
  34. scroll rate, as does pressing the number keys.
  35.  
  36.