|
|
|
How to Split?
For splitting, you may either enter a custom number which will determine the
number of "small" files to generate, or you may use the "/a" switch to
automatically generate the necessary number of files with 1.38 MB size
(which is the max. size a floppy disk can carry).
Examples:
To get help about the usage of Divide, just type "Divide" and press Enter.
To split "customers.dat" of 21 MB into 3 pieces of 7 MB each:
Divide customers.dat /3
To split "flight.doc" of 12 MB into pieces of 1.38 MB each:
Divide customers.dat /A
(This will generate 9 files: 8 of them with 1.38 MB sizes and one file of 983 KB)
How to Restore?
To rebuild "flight.doc" again, put all the previously generated (*.div) files
by Divide under the same directory and run Divide with "/restore" switch:
Divide /r
|