Dec 052017
 
PC Mag programs from Vol 8 #03.
File VOL8N3.ZIP from The Programmer’s Corner in
Category Files from Magazines
PC Mag programs from Vol 8 #03.
File Name File Size Zip Size Zip Type
CURRENT.BAT 69 65 deflated
DOCLIST.BAT 211 158 deflated
PCPRINT.C 2509 908 deflated
PP803.ZIP 9139 8263 deflated
QB.BAT 123 65 deflated
QC.BAT 115 64 deflated
RCOPY.BAT 896 397 deflated
SMOOTH.ASM 40545 7899 deflated
SMOOTH.BAS 10173 3251 deflated
SMOOTH.COM 1855 1547 deflated
SMOOTH.DOC 2110 1096 deflated
TIMEBOMB.BAT 132 105 deflated
TSO.C 1682 743 deflated
WHATEVER.EX1 457 245 deflated
WHATEVER.EX2 520 249 deflated

Download File VOL8N3.ZIP Here

Contents of the SMOOTH.DOC file



SMOOTH.COM
Command

Michael J. Mefford
1989 No. 3 (Utilities)


Purpose:An EGA or VGA text-browsing utility that makes reading from the
screen easier by providing smooth scrolling in either direction at
user-selectable speeds.

Format:SMOOTH filespec [/W][/Snn][Cmmm]

Remarks:The filespec entered with SMOOTH is a filename plus any required
drive and path information. The optional /W switch strips the "high bit" from
WordStar document files. The optional /Snn switch sets the scrolling speed,
where nn is a decimal number that represents twice the number of pixel rows to
be scanned on each screen refresh cycle. The default value for nn is 3. For
comparative purposes, the DOS TYPE command used with an EGA (14 pixel rows per
character) would have an nn of 28. The optional /Cmmm sets the foreground and
background colors according to:

mmm = Foreground color + (Background color * 16)

The foreground and background color numbers are given in the BASIC
manual under the heading, Color statement. The default is 23 (white letters on
a blue background).

The up-arrow and down-arrows set the scrolling direction, and PgUp and
PgDn flip a screen page. The Home and End keys go directly to the top and bottom
of the file. Pressing the space bar (or the numeral 0) freezes the screen,
which can be restarted by pressing any key. Hitting Esc cancels SMOOTH and
returns to DOS. Pressing the plus and minus keys speeds up or slows down the
scroll rate, as does pressing the number keys.

Note: Since SMOOTH manipulates the Cathode Ray Tube Controller
registers directly, it is incompatible with operation of SideKick and Print
Screen.

Available for downloading from PC MagNet (see the SMOOTH by Modem
sidebar), SMOOTH.COM is already compiled and ready to run. SMOOTH.BAS will
automatically create SMOOTH.COM when run once in BASIC. To create SMOOTH.COM
from the SMOOTH.ASM source code requires use of a macro assembler (IBM or
Microsoft, Version 2 or later) and the following commands:

MASM SMOOTH;
LINK SMOOTH;
EXE2BIN SMOOTH SMOOTH.COM;


 December 5, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)