home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / email / slmt100.zip / SLMT.DOC < prev    next >
Text File  |  1993-08-19  |  2KB  |  53 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                                       SLMT
  7.           Free DOS utility: offline reader ASCII tagline file creator
  8.                          Version 1.00 - August 19, 1993
  9.                                     (c) 1993
  10.                                        by
  11.                              David Daniel Anderson
  12.                                    Reign Ware
  13.  
  14.  
  15.  
  16.  
  17.  
  18. SLMT splits a file of lines of varying lengths into two new files, one
  19. with long lines and one with short lines.  Its purpose is to filter
  20. long lines out of a file so that the short ones may be used as tags in
  21. an offline mail reader, such as SLMR.
  22.  
  23. Usage: SLMT tag_file [Transform into a short line file and a long line file.]
  24.  
  25. "SLMT taglines.mr" will create:
  26.  
  27. taglines.shr    [with short lines (57 chars or less)]
  28. taglines.lng    [with long lines (58 chars or more)]
  29.  
  30. SLMR can only use taglines 57 characters or less in length, so the
  31. default is to split the original file by using 58 as the minimum
  32. length a line must be to be put in the long file.
  33.  
  34. If you have a mail reader which can handle longer tags, I have
  35. incorporated the following option:
  36.  
  37. You may use the DOS SET command to change the default "toolong" var of
  38.  58 chars --
  39.  Ex:  "SET toolong=73" will sift out all lines which exceed 72 chars.)
  40.  
  41. SLMT does not recognize DOS wildcards (? and *).
  42. SLMT will not overwrite existing files.
  43. SLMT will show an appropriate message when an error is encountered.
  44.      (if I have anticipated it)
  45.  
  46. Note:  SLMR is a QWK-compatible offline mail reader.  Full name is
  47. SILLY LITTLE MAIL READER.  SLMR is copyright 1990-91 by Greg Hewgill
  48. and Technique Computer Systems.  I (David Daniel Anderson) and SLMT
  49. are not affiliated with SLMR or its authors in any way.
  50.  
  51.             SLMT stands for SILLY LITTLE MARVELOUS TAGUTIL
  52.  
  53.