
FileSize is a utility program to cut a large file into smaller files.
Smaller files(segment files) can be combined easily by running Batch-file(addfss.bat).
Because FileSize does not append additional information to segment files, 
by using RAW mode, any types of files can be cutted and combined seamlessly. 
When you transfer a large file through internet, cutting a large file into some slices is more efficient.
Also,Diskette-Size can be made easily. This program is small(53KB) and Freeware. Unit which FileSize uses is BYTE.

FileSize is freely redistributable.

Note ! : If you use this at WINDOWS, first, run DOS-WINDOW(command prompt) and use this.

========================================[ Usage ]============================================

(1) To cut one file to make two files (Original File is preserved)
       (Size of NewFile2 is decided automatically)

          filesize  -c  Number(NewFile1 size Byte)  FileName  NewFile1  NewFile2

      ex) filesize  -c  2000   file   file1   file2
                               5000   2000    3000   (you need not include this line)


(2) To cut a file and to make multiple segment file(XX001.fss, XX002.fss ...)
        (You can also make DISKETTE-SIZE(1440000). Segment file gets same size)

          filesize  -cm  Number(multiple segment size Byte)  OriginalFile

      ex) filesize  -cm  1440000  game.zip

      ***** if you want to cut movie.dat(200M) into slices(30M), type as below. *****

      ex) filesize  -cm  30000000  movie.dat


(3) To add two files to make one file (Original File is preserved)

          filesize  -a  FileName1  FileName2  NewFile

      ex) filesize  -a  file1   file2   file3
                        3000    2000    5000 (3000 + 2000)   (you need not include this line)


(4) To add Multiple segment file(XX001.fss, XX002.fss ...) and to make a file
        (You can run " ADDFSS.BAT " . All SegmentFiles must exist at same directory)

          filesize  -am  SegmentCount FirstSegmentFile(XX001.fss) OriginalFile

      ex) filesize  -am  5  game001.fss  game.zip
                  (if count of segment file is 5)  (you need not include this line)

=============================================================================================

If you have any questions about FileSize program, email me

My email : chopp@chollian.net
Homepage : http://user.chollian.net/~chopp
FileSize's Author :  Yong Ju, Kim (chopp@chollian.net)

