Dec 082017
 
This is a collection of usefull utilites. Download to see! Very small.

Full Description of File


*************************************************************************
*BE SURE TO DOWNLOAD THIS FILE INSTEAD OF FILEUT.ZIP THIS IS VERSION 1.1*
*************************************************************************
This file contains some utilites, most of them are filters. The files are
as follows:

CLEAN.COM
CHAIN.COM
FOLD80.COM
FOLD72.COM
FOLD48.COM
UNIXTOPC.COM
LOADHONK.EXE

New:
WC.EXE
LC.EXE
CGATEXT.EXE
REGTEXT.COM

LOADHONK - Annoy your friends! (but take it off before they kill you!)
Simple terminate & stay resident (TSR) program! Very Small! Freeware! Do
not load into the High Memory Area. It will crash the system & you will
have to reboot. Trick - REName the program and put it to someone's
AUTOEXEC.BAT. Be sure to give some important sounding name. LoadHonk beeps
every eleven seconds. It pauses computer activity and beeps just to bug
you!

WC - This is a command line utility that counts the amount of words in a file.

LC - This command is very similar to WC, except it counts the LINES.

UNIXTOPC - Don't you hate it when you download a file from the InterNet and
the file is unreadable because of the fact that UNIX does not use CR. This
utility adds CR (carriage return) after each linefeed (LF). VERY useful.

CLEAN - This command takes all characters that are less than ASCII 32 and
more than ASCII 126. It replaces them with spaces, but does not change the
CR - LF.

CHAIN - This command makes the file one line long, but a very long line. This
program is best used with FOLD80, FOLD72, or FOLD48.

FOLD80 - This folds a line at 80 characters, but is smart enough not to break
in the middle of the word. FOLD72 and FOLD48 work the same way, but fold
at 72 and 48 characters, respectively.

CGATEXT - This puts your computer in 40 by 25 text mode. In other words, big
letters.

REGTEXT - This puts your computer in 80 by 25 text mode. In other words, small
letters.



File FILEUT11.ZIP from The Programmer’s Corner in
Category Recently Uploaded Files
This is a collection of usefull utilites. Download to see! Very small.
File Name File Size Zip Size Zip Type
CGATEXT.EXE 522 44 deflated
CHAIN.COM 984 351 deflated
CLEAN.COM 796 158 deflated
FILE_ID.DIZ 2089 969 deflated
FOLD48.COM 1315 428 deflated
FOLD72.COM 1341 454 deflated
FOLD80.COM 1315 428 deflated
LC.EXE 666 183 deflated
LOADHONK.EXE 830 326 deflated
README 5734 2040 deflated
REGTEXT.COM 10 10 stored
TPCREAD.ME 199 165 deflated
UNIXTOPC.COM 1060 169 deflated
WC.EXE 690 204 deflated

Download File FILEUT11.ZIP Here

Contents of the README file


*************************************************************************
*BE SURE TO DOWNLOAD THIS FILE INSTEAD OF FILEUT.ZIP THIS IS VERSION 1.1*
*************************************************************************
This file contains some utilites, most of them are filters. The files are
as follows:

CLEAN.COM
CHAIN.COM
FOLD80.COM
FOLD72.COM
FOLD48.COM
UNIXTOPC.COM
LOADHONK.EXE

New:
WC.EXE
LC.EXE
CGATEXT.EXE
REGTEXT.COM

LOADHONK - Annoy your friends! (but take it off before they kill you!)
Simple terminate & stay resident (TSR) program! Very Small! Freeware! Do
not load into the High Memory Area. It will crash the system & you will
have to reboot. Trick - REName the program and put it to someone's
AUTOEXEC.BAT. Be sure to give some important sounding name. LoadHonk beeps
every eleven seconds. It pauses computer activity and beeps just to bug
you!

WC - This is a command line utility that counts the amount of words in a file.

LC - This command is very similar to WC, except it counts the LINES.

UNIXTOPC - Don't you hate it when you download a file from the InterNet and
the file is unreadable because of the fact that UNIX does not use CR. This
utility adds CR (carriage return) after each linefeed (LF). VERY useful.

CLEAN - This command takes all characters that are less than ASCII 32 and
more than ASCII 126. It replaces them with spaces, but does not change the
CR - LF.

CHAIN - This command makes the file one line long, but a very long line. This
program is best used with FOLD80, FOLD72, or FOLD48.

FOLD80 - This folds a line at 80 characters, but is smart enough not to break
in the middle of the word. FOLD72 and FOLD48 work the same way, but fold
at 72 and 48 characters, respectively.

CGATEXT - This puts your computer in 40 by 25 text mode. In other words, big
letters.

REGTEXT - This puts your computer in 80 by 25 text mode. In other words, small
letters.

*************************************************************************
*BE SURE TO DOWNLOAD THIS FILE INSTEAD OF FILEUT.ZIP THIS IS VERSION 1.1*
*************************************************************************
This file contains some utilites, most of them are filters. The files are
as follows:

CLEAN.COM
CHAIN.COM
FOLD80.COM
FOLD72.COM
FOLD48.COM
UNIXTOPC.COM
LOADHONK.EXE

New:
WC.EXE
LC.EXE
CGATEXT.EXE
REGTEXT.COM

LOADHONK is the only program that is not a filter. All others are filters,
similar to the DOS MORE, FIND, or SORT commands. A list of explanations
follows.

WC is a semi filter, as is LC. See below.

LOADHONK - Annoy your friends! (but take it off before they kill you!)
Simple terminate & stay resident (TSR) program! Very Small! Freeware! Do
not load into the High Memory Area. It will crash the system & you will
have to reboot. Trick - REName the program and put it to someone's
AUTOEXEC.BAT. Be sure to give some important sounding name. LoadHonk beeps
every eleven seconds. It pauses computer activity and beeps just to bug
you!

To Use LOADHONK:

Type LOADHONK.

(If you rename LOADHONK, use that name instead.)

WC - This is a command line utility that counts the amount of words in a file.
Use the command as follows:

WC
Where:

filename.ext is the filename of the file you want to word-count.

Example output:

Word count: 00512

LC - This command is very similar to WC, except it counts the LINES. Use it the
same way you use WC.

UNIXTOPC - Don't you hate it when you download a file from the InterNet and
the file is unreadable because of the fact that UNIX does not use CR. This
utility adds CR (carriage return) after each linefeed (LF). VERY useful.

To Use UNIXTOPC:

Type UNIXTOPC < filename.old > filename.new

filename.old This is the file with only linefeed characters

filename.old This is the file that will have the CR & LF characters

You can also use this command:

TYPE filename.old |UNIXTOPC > filename.new

or,

TYPE filename.old |UNIXTOPC | MORE

this will NOT save a new file, but instead display it screen.

CLEAN - This command takes all characters that are less than ASCII 32 and
more than ASCII 126. It replaces them with spaces, but does not change the
CR - LF.

To Use CLEAN:

CLEAN < filename.old > filename.new

You can also use this command:

TYPE filename.old |CLEAN > filename.new

or,

TYPE filename.old |CLEAN | MORE

Be forewarned, this will NOT save a new file, but instead display it screen.

CHAIN - This command makes the file one line long, but a very long line. This
program is best used with FOLD80, FOLD72, or FOLD48.

To Use CHAIN:

Type:

CHAIN < filename.old > filename.new

You can also use this command:

TYPE filename.old |CHAIN > filename.new

or,

TYPE filename.old |CHAIN | MORE

The above line is usefull if you want to see what CHAIN does.

FOLD80 - This folds a line at 80 characters, but is smart enough not to break
in the middle of the word. FOLD72 and FOLD48 work the same way, but fold
at 72 and 48 characters, respectively.

To Use FOLD80, FOLD72, and FOLD48:

Type:

FOLD80 < filename.old > filename.new

or

FOLD72 < filename.old > filename.new

or

FOLD48 < filename.old > filename.new

You can also use this command:

TYPE filename.old |FOLD80 > filename.new

or

TYPE filename.old |FOLD72 > filename.new

or

TYPE filename.old |FOLD48 > filename.new

or,

TYPE filename.old |FOLD80 | MORE

or

TYPE filename.old |FOLD72 | MORE

or

TYPE filename.old |FOLD48 | MORE

The above line is usefull if you want to see what FOLD does.

CGATEXT - This puts your computer in 40 by 25 text mode. In other words, big
letters.

To use CGATEXT:

Type:

CGATEXT

REGTEXT - This puts your computer in 80 by 25 text mode. In other words, small
letters.

To use REGTEXT:

Type:

REGTEXT

*******************************************************************************
*YOU SHOULD NOT USE THESE PROGRAMS AS AN EXCUSE TO KILL YOURSELF, OTHERS OR *
*YOUR CAT. YOU ARE ALLOWED TO COPY & DISTRIBUTE THESE PROGRAMS, AS LONG AS YOU*
*CHARGE NO MORE THAN 50 (FIFTY) CENTS FOR EACH DISK. YOU AIN'T GONNA MAKE *
*MONEY SITTIN' ON YOU *** AND COPYING MY PROGRAMS TO DISKS. FEEL FREE TO *
*UPLOAD THESE FILES ON BBS, ETC. BE SURE TO INCLUDE THE README FILE (WHICH *
*MUST BE UNCHANGED) AND EVERY PROGRAM LISTED ABOVE. NO OTHER FILES OR PROGRAMS*
*THESE FILES ARE SHAREWARE. IF YOU WANT SOURCE CODE, SEND IN THE REGISTRATION.*
*******************************************************************************


If you like any of the above programs, and us it often, please send five
dollars each to (or 20 dollars to register them all, source code included).
This will encourage me to write more!

Thomas Dickson
P.O. Box 1371
La Jolla, CA 92038

(If you pay the registration, you may modify the source code. DO NOT
reverse engineer.)

-THANK YOU!



 December 8, 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)