home *** CD-ROM | disk | FTP | other *** search
/ Merciful 3 / Merciful_Release_3.bin / software / d / disneysanimationstudio.dms / disneysanimationstudio.adf / Tools / Sploin.doc < prev    next >
Text File  |  1990-05-02  |  2KB  |  56 lines

  1.  
  2.                                 Sploin
  3.  
  4. Sploin is a "file slicer". It allows you to take a very large file, and split
  5. it into smaller files that can placed on individual floppy disks. Sploin can
  6. also be used to take the smaller split files and join them together into the
  7. original large file. It was specifically designed to be used with your
  8. Animation Studio animations (CFast and Anim files), but it will work well with
  9. any types of files.
  10.  
  11. To SPLIT a file into two smaller files, the general format is: 
  12.  
  13.     Sploin -split source <file 1> <file 2> <desired size of file 1>
  14.  
  15. where:
  16.  
  17.     - split
  18.     The command to tell Sploin to SPLIT a file.
  19.  
  20.     source
  21.     The large file to be split.
  22.  
  23.     <file 1>
  24.     The name you would like to give the first smaller split file. Don't type
  25.     the <>'s.
  26.  
  27.     <file 2>
  28.     The name you would like to give the second smaller split file. Again, don't
  29.     type the <>'s.    
  30.  
  31.     <desired size of file 1>
  32.     The size, in bytes, that you would like <file 1> to be. For example, if you
  33.     want <file 1> to be 8K, type 8192 for this parameter. Again, don't
  34.     type the <>'s.    
  35.  
  36.  
  37. To JOIN a file; create one large file from two smaller files, the general
  38. format is: 
  39.  
  40.     Sploin -join <source 1> <source 2> <destination>
  41.  
  42. where:
  43.  
  44.     - join
  45.     The command to tell Sploin to JOIN two files into one
  46.  
  47.     <source 1>
  48.     The name of the first of the two smaller files you would like to join into
  49.     one larger file. Don't type the <>'s.
  50.  
  51.     <Source 2>
  52.     The name of the second of the two smaller files you would like to join into
  53.     one larger file. Don't type the <>'s.
  54.     
  55.     <destination>
  56.     The name you would like to give the the large "joined" file.