home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / aval340e / split__e.txt < prev   
Text File  |  1993-10-06  |  2KB  |  74 lines

  1. ==========================================================================
  2.  SPLIT-IT V1.x                                    Last Changes: 06 Oct 93
  3. ==========================================================================
  4.         (c) Stephan Slabihoud, Gustav-Ohm-Str.72, D-46236 Bottrop
  5. ==========================================================================
  6.                             S H A R E W A R E
  7. ==========================================================================
  8.  
  9.                 For shareware details refer to AVALON.TXT
  10.  
  11. ==========================================================================
  12.  
  13.     If you have any ideas and bug reports directed at manual and program,
  14.             please send them directly and per crashmail to me!
  15.  
  16.  
  17.  
  18. INTRO:
  19. ======
  20.  
  21. Sometimes textfiles are too long to send in only one message.  Now you can 
  22. split these files into smaller part.  These part can be send e.g. by using 
  23. FILE2MSG.
  24.  
  25.  
  26.  
  27. How to use SPLIT-IT:
  28. ====================
  29.  
  30. SPLIT_IT <file> <max bytes> <max lines>
  31.  
  32. <file>      -  File  that should be subdivided.  The subfiles  are  ending 
  33.                with the extension "*.xxx" (xxx=part).
  34.  
  35. <max bytes> -  Maximum of bytes per part,  or "0",  if the file should not 
  36.                be subdivided using <max bytes>.
  37.  
  38. <max lines> -  Maximum of lines per part,  or "0",  if the file should not 
  39.                be subdivided using <max lines>.
  40.  
  41.  
  42. Examples:
  43. =========
  44.  
  45. SPLIT_IT E:\TEST.TXT 6000 0
  46.  
  47.      The text will be subdivided into parts of 6000 bytes.
  48.  
  49. SPLIT_IT E:\TEST.TXT 0 100
  50.  
  51.      The text will be subdivided into parts of 100 lines.
  52.  
  53. SPLIT_IT E:\TEST.TXT 6000 100
  54.  
  55.      The  text will be subdivided into parts of max.  100 lines  and  max. 
  56.      6000 bytes.
  57.  
  58.  
  59.  
  60. INTERNA:
  61. ========
  62.  
  63. The text may have an unlimited number of lines.
  64.  
  65.  
  66.  
  67.  
  68. HISTORY:
  69. ========
  70.  V1.0 -  First official version.
  71.  V1.1 -  BugFix.
  72.  V1.2 -  Instead of adding a headline a footline is created.
  73.  
  74.