home *** CD-ROM | disk | FTP | other *** search
- ******************************************************************************
- * LINE * v3.05 ***************************************************************
- ******************************************************************************
-
- Program : LINE.EXE
- Author : Seng On
- Date : June 04, 1991
- Functions : Line counting utility.
- This program will count the number of lines in a text file,
- display the number of pages needed to print the file, the number
- of lines that exceed 80 characters, and the longest line.
- Language : (v1.00 - v2.03) Standard pascal compiled using p-pascal compiler
- and interpreted using Multi-Pascal interpreter.
- (v3.00 and up) Turbo Pascal 6.0
- Format : LINE <Filename.ext> [/Px]
- /Px - Define number of lines (x) per page.
- Note : If you do modified this program, please upload a copy of the new
- program to my BBS at the number below.
-
- LEGAL STUFF:
- ------------
- This program is not guaranteed to do anything except taking up disk
- space. I, Seng On, am not responsible for any catastrophic event caused by
- this program. You use this program at your own risk and hopefully it is an
- enjoyable experience. If any part of this program, like name, or concept
- violates any copyrighted programs, please contact me at and I'll change it.
- This program is Freeware. Please do not change any part, or leave any
- part out, while distributing this program. Do not charge for this program
- other than the cost of transfer media. If you like this program so much that
- you want to give me money, please send the check to an ecology group or
- something similar.
-
-
- AUTHOR:
- -------
- Seng On EXEC-PC BBS
- P.O. Box 4074 or 1-414-789-4352
- University Station.
- Laramie, WY 82071
- BBS : 307-721-2989 14k HST.
-
- OTHERS:
- -------
- Also, look for my other programs. (include complete source in TP6)
-
- FINSTR - A search string utility.
- MPRINT - A pascal progarm source printing utility.
- SPLIT - A utility that splits big files. DOS COPY to merge it back.
- BENCHTP6 - A benchmark program for Turbo Pacsal 6.0 built in functions.
- COMSHELL - A Dos Shell that lets you communicate with COM ports.
- NETSHELL - A Dos Shell that works with two machines using Null cable.
- MPASCAL - Compiles and interprets multiple standard pascal programs
- concurrently. (using p-code)