          This Utility Will Split,Join, and Kill Files * USE WITH CARE
          Files Will Be Read And Written In The Current Directory Only
Ŀ
             Splitit(C) Version 2.0 Copyright 1992 by Bill Buckels           

             Splits, Joins, and Kills Files in The Current Directory
            Use With Care! Damage can be Caused if Your Disk Is Full!
ͻ
                         B - Behead a file      (Split)                       
                                                                              
                         T - Trim   a file      (Split)                       
                                                                              
                         C - Chunk  a BIN file  (Split)                       
                                                                              
                         A - Chunk  a TEXT file (Split)                       
                                                                              
                         J - Join   a file      (Join)                        
                                                                              
                         L - List current directory                           
                                                                              
                         K - Kill   a file      (Erase)                       
ͼ
       F1 For HELP * Use Arrows to Select and Press Enter * ESCape to Exit
Ŀ
                   Produced by Bill Buckels * (204) 489- 1405                 
               589 Oxford St. * Winnipeg, Manitoba, Cdn * R3M 3J2             

                     Splitit(C) Version 2.0 by Bill Buckels
ͻ
           This program is distributed without Warranty or liability          
                                                                              
   Split Files Into Two or more Parts. Headers or Footers may be removed      
   using this method. Files may also be joined again using the Join Option.   
   Splitit Offers Both interactive and command line usage modes.              
   The commandline mode which is covered below allows Splitit to be           
   called from a batch file and perform its handiwork non-interactively.      
                                                                              
   Commandline:  SPLITIT [command] ROOTNAME.EXT [checksum-bytes]              
   B  Behead     remove [checksum] bytes from the beginning of the file.      
                 2-files are created... [ROOTNAME].001 and [ROOTNAME].002.    
   T  Trim       remove [checksum] bytes from the end of the file.            
                 2-files are created... [ROOTNAME].001 and [ROOTNAME].002.    
   C  Chunk      break file into pieces (multiple files) of [checksum] bytes  
      BINARY     starting with  file [ROOTNAME].001, [ROOTNAME].002, etc.     
   A  Chunk      break a file into pieces of [checksum] bytes same as binary  
      ASCII      but do not split lines of text. Use for BBS Logfiles, etc.   
   J  Join       Join a file that was previously split into pieces            
                 (multiple files) starting with  file [ROOTNAME].001.         
                 The [checksum] is not required for this option.              
ͼ
                   Leave Yourself Lots Of Disk Space To Work In
