home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / LINE.ZIP / LINE.DOC next >
Encoding:
Text File  |  1991-07-30  |  2.5 KB  |  54 lines

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