========================================================================== SPLIT-IT V1.x Last Changes: 06 Oct 93 ========================================================================== (c) Stephan Slabihoud, Gustav-Ohm-Str.72, D-46236 Bottrop ========================================================================== S H A R E W A R E ========================================================================== For shareware details refer to AVALON.TXT ========================================================================== If you have any ideas and bug reports directed at manual and program, please send them directly and per crashmail to me! INTRO: ====== Sometimes textfiles are too long to send in only one message. Now you can split these files into smaller part. These part can be send e.g. by using FILE2MSG. How to use SPLIT-IT: ==================== SPLIT_IT - File that should be subdivided. The subfiles are ending with the extension "*.xxx" (xxx=part). - Maximum of bytes per part, or "0", if the file should not be subdivided using . - Maximum of lines per part, or "0", if the file should not be subdivided using . Examples: ========= SPLIT_IT E:\TEST.TXT 6000 0 The text will be subdivided into parts of 6000 bytes. SPLIT_IT E:\TEST.TXT 0 100 The text will be subdivided into parts of 100 lines. SPLIT_IT E:\TEST.TXT 6000 100 The text will be subdivided into parts of max. 100 lines and max. 6000 bytes. INTERNA: ======== The text may have an unlimited number of lines. HISTORY: ======== V1.0 - First official version. V1.1 - BugFix. V1.2 - Instead of adding a headline a footline is created.