home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Merciful 3
/
Merciful_Release_3.bin
/
software
/
d
/
disneysanimationstudio.dms
/
disneysanimationstudio.adf
/
Tools
/
Sploin.doc
< prev
next >
Wrap
Text File
|
1990-05-02
|
2KB
|
56 lines
Sploin
Sploin is a "file slicer". It allows you to take a very large file, and split
it into smaller files that can placed on individual floppy disks. Sploin can
also be used to take the smaller split files and join them together into the
original large file. It was specifically designed to be used with your
Animation Studio animations (CFast and Anim files), but it will work well with
any types of files.
To SPLIT a file into two smaller files, the general format is:
Sploin -split source <file 1> <file 2> <desired size of file 1>
where:
- split
The command to tell Sploin to SPLIT a file.
source
The large file to be split.
<file 1>
The name you would like to give the first smaller split file. Don't type
the <>'s.
<file 2>
The name you would like to give the second smaller split file. Again, don't
type the <>'s.
<desired size of file 1>
The size, in bytes, that you would like <file 1> to be. For example, if you
want <file 1> to be 8K, type 8192 for this parameter. Again, don't
type the <>'s.
To JOIN a file; create one large file from two smaller files, the general
format is:
Sploin -join <source 1> <source 2> <destination>
where:
- join
The command to tell Sploin to JOIN two files into one
<source 1>
The name of the first of the two smaller files you would like to join into
one larger file. Don't type the <>'s.
<Source 2>
The name of the second of the two smaller files you would like to join into
one larger file. Don't type the <>'s.
<destination>
The name you would like to give the the large "joined" file.